VisualGuideToInstallingStendhalStep1: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Danter
mNo edit summary
imported>Slady
m link fix
Line 83: Line 83:
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure11.png
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure11.png


Note: I recommend you simply choosing <tt>root</tt> as root password since only you are going to access the database locally after all... And that way you will not forget the password when you need it at [[Step 2. Create a MySQL database]]
Note: I recommend you simply choosing <tt>root</tt> as root password since only you are going to access the database locally after all... And that way you will not forget the password when you need it at [[VisualGuideToInstallingStendhalStep2|Step 2. Create a MySQL database]]


'''Warning:''' Close your firewall (it will be only for a second) before pressing the <tt>execute</tt> button
'''Warning:''' Close your firewall (it will be only for a second) before pressing the <tt>execute</tt> button

Revision as of 02:07, 24 May 2007

Step 1. Install and configure MySQL

You need a database to manage and store adequately the user accounts and other info.

Step 1.1. Install MySQL

Go to the MySQL website and download the easiest and smallest binary installer package (named essential):

mysql-essential-5.0.19-win32.msi

Double click on the file

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall01.png

Choose Typical

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall02.png

Click on Install

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall03.png

Wait

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall04.png

Choose skip sign-up and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall05.png

Click on Finish

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step11MySQLInstall/Step11MySQLInstall06.png

Step 1.2. Configure MySQL

Click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure01.png

Choose Detailed Configuration and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure02.png

Choose Developer Machine and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure03.png

Choose Transactional Database Only and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure04.png

Click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure05.png

Choose Manual Setting and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure06.png

It surely could work with less connections but let's be on the safe side...

Check Enable TCP/IP Networking and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure07.png

Warning: This option is important: always enable TCP/IP networking. Default port 3306 is fine.

Choose Standard Character Set and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure08.png

Check Install As Windows Service and Launch the MySQL Server automatically and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure09.png

Note: You can leave Launch the MySQL Server automatically unchecked:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure10.png

and start the service manually every time you restart your computer, so that you don't have it running when you do not need it. This is explained later in Step 6. Anyway, after installation and until you reboot your computer the service will be already running in the background even when you choose to start it manually.

Check Modify Security Settings and enter the root password in both of the text boxes and click on Next

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure11.png

Note: I recommend you simply choosing root as root password since only you are going to access the database locally after all... And that way you will not forget the password when you need it at Step 2. Create a MySQL database

Warning: Close your firewall (it will be only for a second) before pressing the execute button

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure12.png

Otherwise, you can end with a message like this:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure13.png

Now do not panic, close your firewall and click on retry.

If you happened to click on skip:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure14.png

and got this:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure15.png

You can enable your firewall again when you get the finish button:

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step1MySQLInstallConfigure/Step12MySQLConfigure/Step12MySQLConfigure16.png


Go to Step 2. Create a MySQL database





Back to Visual Installation Guide Step-By-Step
Back to stendhal main wiki page