mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-16 11:51:58 +01:00
updated add new users example to reflect the generalised form
parent
77aaedcf45
commit
48e8cc7e45
@ -92,7 +92,7 @@ mysql> exit</pre></code>
|
||||
<pre><code>mysql -u root -p
|
||||
[Enter mysql root password if there is one]
|
||||
mysql> CREATE USER 'minecraftserver'@'localhost' IDENTIFIED BY 'password5678';
|
||||
mysql> GRANT CREATE, DELETE, INSERT, SELECT, UPDATE, INDEX ON 'minecraftserver'@'localhost'';
|
||||
mysql> GRANT CREATE, DELETE, INSERT, SELECT, UPDATE, INDEX ON <dynmapDatabase.* TO 'minecraftserver'@'localhost'';
|
||||
mysql> FLUSH PRIVILEGES;
|
||||
mysql> exit</pre></code>
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user