How to download and install mysql 5.6.37
This article is about how to download and install mysql 5.6.37. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
1. download
two。 After the download is completed, unzip it and move it to the installation directory. It is recommended to rename it to MySQL Server 5.6.My installation directory is E:\ MySQl Server 5.6.
3. After decompression, you need to configure environment variables: computer-properties-advanced system settings-environment variables
Select Path, click Edit, and append: "; E:\ MySQl Server 5.6\ bin" after the variable value. Note: if the variable value is followed by ";", you do not need to append ";" again. You only need to fill in the installation directory.
5. After modifying and saving, you can run cmd (as an administrator) to install mysql.
Indicates a successful installation
6. Start the Mysql service
7. Log in to Mysql
Note: the first login does not require a password. Enter to log in successfully. Enter\ Q to log out.
Thank you for reading! This is the end of the article on "how to download and install mysql 5.6.37". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!