VisualGuideToInstallingStendhalStep2

From Arianne
Revision as of 22:31, 27 March 2006 by imported>Oslsachem (Step 2. Create a MySQL database)
Jump to navigation Jump to search

Step 2. Create a MySQL database

Start MySQL command line client:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB02.png http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB03.png

at Enter password: prompt, enter root password chosen at the previous step (root if you have followed indications)

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB04.png

Note: if MySQL client closes before or after entering root password at Enter password: prompt that can mean three things:

At prompt, copy from here:

 create database marauroa;

and USE your mouse and right-click anywhere inside the window and choose paste.

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB05.png

Then press enter

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB06.png

Copy again from here:

 grant all on marauroa.* to stendhal_user@localhost identified by 'stendhal_passwd';

and USE your mouse and right-click anywhere inside the window and choose paste. Then press enter

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB07.png

type quit or exit (to quit or exit the command line client :P) or copy from here:

 quit

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB08.png

Then press enter and the window will close.

Go to Step 3. Install marauroa server