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).
PasteReplace <user> and <password> with the desired values and paste the following lines to the prompt that opens:
<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 ==