-
Notifications
You must be signed in to change notification settings - Fork 2
Installing MySQL
a2ross edited this page Aug 1, 2013
·
1 revision
Download the MySQL server and MySQL Administrator from http://www.mysql.com/downloads (Click on ‘download’ under ‘MySQL Community Server’ - free download)
Installing the MySQL (Windows) backend database:
- Start installation by clicking on setup.exe in installation folder
- MySQL server 5.x setup wizard is launched
- Select "Complete" install and then select "Next"
- Click "Install"
- Select "Skip Sign-up" (or not) and click on "Next"
- Make sure the checkbox for "Configure the MySQL Server now" is checked
- Click on "Finish"
- It returns the MySQL Server Instance Configuration Wizard
- Click on "Next"
- Select option for "Detailed Configuration" and click on "Next"
- Select option for "Developer Machine" and click on "Next"
- Select option for "Multifunctional Database" and click on "Next"
- Accept Default Drive and Path settings and click on "Next"
- Select "Decision Support (DSS)/OLAP and click on "Next"
- Accept selection of "Enable TCP/IP Networking," Port number = "3306", and "Enable Strict Mode" and click on "Next"
- Select "Best Support of Multilingualism" (supports the UTF8 character set used by AT) and click on "Next"
- Select "Install as Windows Service" and "Include Bin Directory in Windows PATH" and click on "Next"
- Select "Modify Security Settings" and enter and confirm a "Root" password. Make note of this password, as it will be needed to enter the MySQL command editor
- If installing in a network environment, select "Enable root access from remote machine." Otherwise, leave it unselected
- Click on "Next"
- Click on "Execute"
If you receive a "Connection Error" because a firewall is prohibiting access to port 3306, you will have to change the settings [else, skip to step 3]:
- Open the Control Panel
- Open Windows Firewall
- Click on Exceptions tab
- Review list of programs and services to make sure MySQL does not appear
- Click on "Add Port" button
- Enter "MySQL" as name
- Enter "3306" as Port number
- Accept selection of TCP
- Click on "OK"
- Review list of programs and services to make sure MySQL now appears there
- Click on "OK"
Return to MySQL configuration wizard
- Click on "Retry" on "Connection Error" dialogue
- Click on "Finish"