File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ To use native binaries you need to download a bundle which is simply a ZIP file
22223 . ** Start up the server** . You need to choose a ` root ` password for the ` root ` account which will have complete control over the database.
2323
2424 ``` bash
25- ./skyd --auth-root-password=< your root password> --auth-plugin=pwd
25+ ./skyd --auth-root-password=< your root password>
2626 ```
2727
2828 ** Replace with your own secure password! **
2929
3030 Explanation:
3131 - ` --auth-root-password` : sets the root password
32- - ` --auth-plugin` : sets the authentication plugin to ` pwd` which is a simple password based authentication system
3332
3433The server starts up at ` localhost:2003` and is ready to run queries.
3534
You can’t perform that action at this time.
0 commit comments