Download presentation
Presentation is loading. Please wait.
Published byMorgan Fleming Modified over 9 years ago
1
Installing MySQL BCIS 3680 Enterprise Programming
2
Installing MySQL Download the Community Server Edition of MySQL (version 5.6.12) from the course website: http://www.cob.unt.edu/itds/faculty/wu/bcis3680/installers /mysql-installer-community-5.6.12.2.msi http://www.cob.unt.edu/itds/faculty/wu/bcis3680/installers /mysql-installer-community-5.6.12.2.msi If you want to download the latest version, bear in mind that it has not been tested for the course. Latest MySQL Community Server Edition: http://dev.mysql.com/downloads/mysql/ http://dev.mysql.com/downloads/mysql/ Run the installer. Configure MySQL. 2
3
MySQL Community Server Download 3
4
Installing MySQL 4
5
Skip Undate 5
6
Server Only 6
7
Keep Going 7
8
Get Set 8
9
Almost There 9
10
Go! 10
11
Configuring Server 11
12
Select “Show Advanced Options” 12
13
Set a Password 13 Set password; “bcis3680” is recommended
14
Change Service Name 14 Change the service name to MySQL
15
Keep Going 15
16
Keep Going 16
17
Fingers Tapping… 17
18
Finally! 18
19
Add Path 19 Open the Windows Environment Variables dialog, just like what we did when configuring Tomcat. Edit the system path variable. To the end of the current value, append the path to the \bin subfolder of the MySQL installation folder In Windows 7 and Windows 8, the default is C:\Program Files\MySQL\MySQL Server 5.6\bin
20
Start Console with Admin Rights 20 Right-click the Command Console icon, and Select “Run as administrator” in the pop-up menu (Windows 7) Click the “Run as administrator” icon (Windows 8)
21
Start Console with Admin Rights 21 Click “Yes” in the UAC dialog box.
22
Make Sure MySQL Is in the PATH 22
23
Quick Verification Run mysqlshow –u root –p Enter the password when prompted. If you can see a listing of the databases that come with MySQL, your installation is good. 23
24
Another Fast Check List the tables in the included “mysql” DB by running: mysqlshow mysql –u root –p 24
25
Now You’re Ready to Go! 25
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.