InitialStepsWithMarauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin |
imported>Oslsachem No edit summary |
||
| Line 28: | Line 28: | ||
Query OK, 1 row affected (0.03 sec) |
Query OK, 1 row affected (0.03 sec) |
||
mysql> grant all on marauroa.* to |
mysql> grant all on marauroa.* to stendhal_user@localhost identified by 'stendhal_passwd'; |
||
Query OK, 0 rows affected (0.00 sec) |
Query OK, 0 rows affected (0.00 sec) |
||
| Line 70: | Line 70: | ||
We need to give a name for database.<br> |
We need to give a name for database.<br> |
||
Use the one you have written above on database creation. |
Use the one you have written above on database creation.<br> |
||
We need to give a name for database user and this user password.<br> |
|||
Use the ones you have written above on database creation. |
|||
<pre> |
<pre> |
||
Write name of the database (marauroa): marauroa |
Write name of the database (marauroa): marauroa |
||