InstallingStendhal: Difference between revisions
Content deleted Content added
imported>MiguelAngelBlanchLardin |
imported>MiguelAngelBlanchLardin |
||
Line 22:
Run the sql client (bin/mysql.exe on the windows noinstall package).
<pre>
create database stendhal;
grant all on stendhal.* to <user>@localhost identified by '<password>';
</pre>
It should produce output similar to this:
<pre>
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.10
Line 41:
mysql>
</pre>
== Create Marauroa.ini file ==
| |||