Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startup.cmd bug #672

Closed
ankeway opened this issue Jan 22, 2019 · 1 comment
Closed

startup.cmd bug #672

ankeway opened this issue Jan 22, 2019 · 1 comment
Labels
kind/bug Category issues or prs related to bug.
Milestone

Comments

@ankeway
Copy link

ankeway commented Jan 22, 2019

There is a Bug in Nacos Server Folder ,Bin directory ,startup.cmd File,
if not ""%2"" == "cluster" (
)
if you run startup.cmd -m cluster can’t startup with cluster mode,
if not "%2" == "cluster" (
)
run startup.cmd -m cluster Ok,you can running in cluster mode

@nacos-bot nacos-bot added the kind/bug Category issues or prs related to bug. label Jan 22, 2019
ankeway pushed a commit to ankeway/nacos that referenced this issue Jan 22, 2019
@yanlinly yanlinly added this to the 0.8.0 milestone Jan 22, 2019
@chinchillia
Copy link

CREATE TABLE users (
username varchar(50) NOT NULL PRIMARY KEY,
password varchar(500) NOT NULL,
enabled boolean NOT NULL
);

CREATE TABLE roles (
username varchar(50) NOT NULL,
role varchar(50) NOT NULL
);

INSERT INTO users (username, password, enabled) VALUES ('nacos', '$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu', TRUE);

INSERT INTO roles (username, role) VALUES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Category issues or prs related to bug.
Projects
None yet
Development

No branches or pull requests

4 participants