mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-22 18:25:47 +01:00
removed extra <
parent
48e8cc7e45
commit
519584beaf
@ -92,7 +92,7 @@ mysql> exit</pre></code>
|
|||||||
<pre><code>mysql -u root -p
|
<pre><code>mysql -u root -p
|
||||||
[Enter mysql root password if there is one]
|
[Enter mysql root password if there is one]
|
||||||
mysql> CREATE USER 'minecraftserver'@'localhost' IDENTIFIED BY 'password5678';
|
mysql> CREATE USER 'minecraftserver'@'localhost' IDENTIFIED BY 'password5678';
|
||||||
mysql> GRANT CREATE, DELETE, INSERT, SELECT, UPDATE, INDEX ON <dynmapDatabase.* TO 'minecraftserver'@'localhost'';
|
mysql> GRANT CREATE, DELETE, INSERT, SELECT, UPDATE, INDEX ON dynmapDatabase.* TO 'minecraftserver'@'localhost'';
|
||||||
mysql> FLUSH PRIVILEGES;
|
mysql> FLUSH PRIVILEGES;
|
||||||
mysql> exit</pre></code>
|
mysql> exit</pre></code>
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user