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 stendhalmarauroa;
grant all on stendhalmarauroa.* to <user>@localhost identified by '<password>';
</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 stendhalmarauroa;
Query OK, 1 row affected (0.03 sec)
mysql> grant all on stendhalmarauroa.* to testuser@localhost identified by 'testpass';
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): stendhalmarauroa
Using "stendhalmarauroa" as database name
 
Write name of the database host (localhost):