The MySQL 5.7.14 installation process is recorded as follows, I hope to help you.
One, MySQL 5.7.14 download
Download Link: http://dev.mysql.com/downloads/installer/
The specific download process is shown in the following picture:
Second, MySQL 5.7 installation
Better installation instructions on the Web:
Article One: http://www.jb51.net/article/84152.htm
Article Two: http://www.jb51.net/article/90275.htm (folder form configuration)
Three, MySQL 5.7 problem Summary
1. The MySQL 5.7 Command line Client opens for a flash-back resolution (shown in the following figure)
Case Description:
Recently in learning SSH, need to use the database, so in the official website to download a MySQL Server, after installation, open command line, always flashing back, very worried, so on the internet to collect some solutions, write in this, and share with you.
1. View some of the parameters of the MySQL Command line Client default execution. Method: Start-> All Programs->mysql->mysql Server 5.7->mysql 5.7 Command line Client, right key property.
2. View the contents of the destination file:
Copy the contents of the file as follows:
"D:\MySQL\MySQL server 5.7\bin\mysql.exe" "--defaults-file=d:\mysql\mysql server 5.7\my.ini" "-uroot" "-P"
3. Go to D:\MySQL\MySQL Server 5.7\my.ini This directory to see if there is no My.ini this file, found that there is only one my-default.ini.
4. Copy My-default.ini, rename to My.ini, problem solving!!!
2. Note that the previously configured root password may be deleted (change root password) in the course of this change
Reference Links: http://www.jb51.net/article/84146.htm (written in more detail)
Note: The above picture content for my own operation can be achieved, the relevant reference links are more comprehensive description.
Wonderful topic sharing: MySQL different versions of the installation Tutorials mysql5.7 version Installation Tutorials
The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.