InitialStepsWithMarauroa: Difference between revisions
Content deleted Content added
imported>MiguelAngelBlanchLardin |
imported>MiguelAngelBlanchLardin No edit summary |
||
Line 15:
Replace <user> and <password> with the desired values and paste the following lines to the prompt that opens:
<pre>
create database
grant all on
</pre>
It should produce output similar to this:
Line 25:
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database
Query OK, 1 row affected (0.03 sec)
mysql> grant all on
Query OK, 0 rows affected (0.00 sec)
Line 72:
Use the one you have written above on database creation.
<pre>
Write name of the database (marauroa):
Using "
Write name of the database host (localhost):
| |||