VisualGuideToInstallingStendhalStep2: Difference between revisions

Content deleted Content added
imported>Danter
mNo edit summary
imported>Oslsachem
m linked step 2 (section: set username/password) to step 4 (section: enter username/password) and removed one screenshot not matching the text to avoid confusion
Line 32:
 
Copy again from here:
<span id="CreateMySQLDatabase_SetUserPassword"></span>
 
grant all on marauroa.* to testuserstendhal_user@localhost identified by 'testpassstendhal_passwd';
 
and USE your mouse and right-click anywhere inside the window and choose paste. Then press <tt>enter</tt>
 
'''Note:''' With the previous statement you are granting total access to the database named ''marauroa'' to the user named ''stendhal_user'' with the password ''stendhal_passwd''. Remember to use this same username and password when [[VisualGuideToInstallingStendhalStep4#ConfigureMarauroa_EnterUserPassword|configuring marauroa at step 4]].
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB07.png
 
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step2MySQLCreateDB/Step2MySQLCreateDB07Step2MySQLCreateDB08.png
type quit or exit (to quit or exit the command line client :P) or copy from here:
 
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 <tt>enter</tt> and the window will close.