Mysql installation illustration mysql graphic installation tutorial (detailed description)

Source: Internet
Author: User
Tags mysql text
Many of my friends have just started to contact the mysql database server. The following is a mysql installation tutorial prepared by netizens. The detailed steps are also described in detail.

Many of my friends have just started to contact the mysql database server. The following is a mysql installation tutorial prepared by netizens. The detailed steps are also described in detail.

The installation graphic tutorial of MySQL is for beginners. Currently, MySQL 5.0.91 is the latest stable version.

Mysql

The following is an example of MySQL installation. It is installed using an executable file! Open the mysqlinstallation file mysql-5.0.27-win32.zip, decompress the file, and run “setup.exe. The following interface is displayed:


Mysql installation tutorial 1
Start the mysql Installation Wizard and press "Next" to continue
Mysql graphic installation tutorial 2
Select the installation type, which has three options: "Typical (default)", "Complete (Complete)", and "Custom (Custom)". Select "Custom ", there are more options to familiarize yourself with the installation process:
Mysql graphic installation tutorial 3
Click "Developer Components (Developer part)" and select "This feature, and all subfeatures, will be installed on local hard drive. ", that is," This part and its sub-parts are all installed on the local hard disk ". The preceding operations include "MySQL Server", "Client Programs (mysql Client program)", and "Documentation (document)" to ensure that all files are installed. Click "Change..." to manually specify the installation directory.
Mysql graphic installation tutorial 4 fill in the installation directory. My name is "F: \ Server \ MySQL Server 5.0". We also recommend that you do not place it in the same partition as the operating system, this prevents data from being cleared during system backup and restoration. Press "OK" to continue.
Mysql graphic installation tutorial 5: return to the previous page and press "Next" to continue
Mysql text and text installation tutorial 6 confirm the previous settings, if the error, press "Back" to return redo. Click "Install" to start installation.
Mysql graphic installation tutorial 7 is being installed. Please wait until the following interface appears
Mysql text and text installation tutorial 8 here is to ask if you want to register an account for mysql.com, or use an existing account to log on to mysql.com. Generally, this is not required. Click "Skip Sign-Up ", click "Next" to skip this step.
Mysql text installation tutorial 9 now software installation is complete, the above interface appears, there is a good function, mysql Configuration Wizard, do not use the same as before, manually mess up my. ini. Check the "Configure the Mysql Server now" and click "Finish" to Finish the software installation and start the mysql Configuration Wizard.
Mysql graphic installation tutorial 10
Mysql Configuration Wizard start interface, press "Next" to continue
Mysql graphic installation tutorial 10 select the Configuration method, "Detailed Configuration (manual precise Configuration)", and "Standard Configuration". We select "Detailed Configuration" to familiarize ourselves with the Configuration process.
Mysql text and text installation tutorial 11 select the Server type, "Developer Machine (Development test class, mysql occupies a small amount of resources)", "Server Machine (Server type, mysql occupies a large amount of resources) "," Dedicated MySQL Server Machine (Dedicated database Server, mysql occupies all available resources) ", you choose according to your own type, generally choose" Server Machine ", not too little, it will not be full.
Mysql graphic installation tutorial 12 select the general purpose of the mysql Database, "Multifunctional Database (general multi-function type, good)", "Transactional Database Only (server type, focus on transaction processing, General) "," Non-Transactional Database Only (non-transaction processing type, relatively simple, mainly used for monitoring and recording, the support for MyISAM data types is limited to Non-transactional ), I chose it with my own purpose. Here I select "Transactional Database Only" and press "Next" to continue.
Mysql graphic installation tutorial 13
Configure InnoDB Tablespace to select a bucket for the InnoDB database file. If you modify the bucket, remember the location and select the same place for the reinstallation. Otherwise, the database may be damaged, of course, it is okay to back up the database. We will not detail it here. I have not modified it here. Use the default position and press "Next" to continue.
Mysql graphic installation tutorial 14
Select the average mysql access volume of your website and the number of connections at the same time. For example, "demo-support (DSS)/OLAP (about 20 connections)" and "Online Transaction Processing (OLTP) (about 500) "and" Manual Setting (manually set, enter a number by yourself) ". Here I select" Online Transaction Processing (OLTP) "and my server, enough. Press "Next" to continue.
Mysql graphic installation tutorial 15
Whether to enable the TCP/IP connection and set the Port. If the Port is not enabled, you can only access the mysql database on your machine. I enable it here and tick the Port Number: 3306. on this page, you can also select Enable Strict Mode, so that MySQL will not allow small syntax errors. If you are a newbie, I suggest you cancel the standard mode to reduce the trouble. However, if you are familiar with MySQL, try to use the standard mode because it can reduce the possibility of harmful data entering the database. Press "Next" to continue
Mysql graphic installation tutorial 16
The second is multi-byte universal utf8 encoding, which is not our general encoding. Here we select the third encoding, and then select or enter "gbk" in Character Set ", of course, you can also use "gb2312", the difference is that the gbk font size is large, including all the Chinese characters of gb2312, and added traditional Chinese characters, and other messy words-when using mysql, run "set names gbk;" once before running the data operation command (only once, GBK can be replaced with other values, depending on the settings here ), you can use Chinese characters (or other texts) normally. Otherwise, Chinese characters cannot be displayed normally. Press "Next" to continue.
Mysql text and text installation tutorial 17 select whether to install mysql as a windows Service, you can also specify the Service Name (Service ID Name ), whether to add the bin directory of mysql to the Windows Kernel-uusername-ppasswordcmdname directory. The complete address of mysql.exe is displayed, which is very convenient.) I checked all the items here and kept the Service Name unchanged. Press "Next" to continue. Select whether to install mysql as a windows Service. You can also specify the Service Name (Service ID Name) and add the mysql bin directory to the Windows Kernel-uusername-ppassword##directory. Then, the complete address of mysql.exe is displayed, it is very convenient), I have checked all of them here, and the Service Name remains unchanged. Press "Next" to continue.
Mysql graphic installation tutorial 18
This step asks if you want to change the default root user (Super Management) password (blank by default). If you want to change the "New root password", enter the New password here (if re-installed, you have already set a password. Changing the password may cause errors. leave it blank and remove the check box before "Modify Security Settings". After the installation and configuration are complete, change the password separately ), "Confirm (re-enter)" is entered again to prevent errors. . Finally, "Create An Anonymous Account (Create An Anonymous user, and the Anonymous user can connect to the database, and cannot operate data, including queries)" is not checked. The settings are complete, press "Next" to continue.
Mysql graphic installation tutorial 19
Confirm that the settings are correct. If any error occurs, press "Back" to return for the check. Press Execute to make the settings take effect.
Mysql graphic installation tutorial 20
After the configuration is complete, press "Finish" to end mysql installation and configuration. Here is a common error, that is, the "Start service" is not allowed, which usually appears on a server where mysql was previously installed, to solve this problem, first ensure that the previously installed mysql server is completely uninstalled. If not, check whether the previous password has been modified as mentioned above; if not, back up the data folder under the mysql installation directory and delete it. After the installation is complete, delete the data folder generated by the installation and remove the backed up data folder, restart the mysql service. In this case, you may need to check the database and fix it once to prevent data errors.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.