Software Download: Click here to download
Installation instructions: the mysql version is V5.0.
-------------------------------------------------
The installation process is as follows:
Step 1
First, you can see that this is the installation interface of mysql5.0. Choose next to install it until the page is displayed in step 1.
Step 2
Next, select the installation method. View chart
After the selection is complete, continue to install next to the page displayed in step 1.
Step 3
Next here is the specific installation location on the hard disk, as shown in the figure below.
Step 4
Next, view the image settings,
Next, the installation is complete here.
--------------------------------------------------------------------------------------------------
Next, configure MySQL
(If you have canceled the check in the previous section 5th, you can choose Start> mysql> MySQL Server 5.0> MySQL server instance config Wizard to start configuring MySQL .)
Step 5
Next is installed here by default. It sets the account password corresponding to the Database Root Account, as shown in the figure,
(I strongly recommend that you set the account and password to root, so that the database connection needs to be set later in many places, which is the same as mine .)
Step 6
Next is installed by default. If the interface is displayed, the installation is normal. Installation is complete.
--------------------------------------------------------------------------------------------------
FAQ
1. If a MySQL service or program already exists, how can I stop and delete it.
A: The MySQL service already exists. Please goControl PanelOpenManagement toolsService in, stopMySQLService, and thenControl PanelUnderAdd or delete programsUninstall and reinstall.
2. How can I enable the MySQL service when it stops abnormally.
A: Please goControl PanelOpenManagement toolsInternalService, Find the service nameMySQL.
3. If you need a password for a database, do not use any auxiliary tools.
A: assume that you want to modify the database name ABC. Choose Start> mysql> MySQL Server 5.0> MySQL command line client and enter the password of your root account, in this way, the MySQL database is entered.
Then, enter "use ABC;" (enter the double quotation mark, which indicates to open the database named ABC)
Finally, enter "Update users SET Password = 'X' where user = 'y';" (double quotation marks, command indicates entering users to set the password with the username y to X)
4. MySQL fails to be installed once. The last step of the installation prompt is XX. Why.
A: Do not install MySql in the Chinese directory. Then confirm that you have fully uninstalled MySQL.
If you have any questions, contact us.