Reproduced
1. Download the latest MySQL decompression version of the corresponding platform from the official website, HTTP://WWW.MYSQL.COM/DOWNLOADS/2. Unzip the downloaded file, copy it to the Phpstudy MySQL folder, and I'll copy the folder after emptying it; 3. Will.. The/phpstudy\mysql\bin path is appended to path;4. Duplicate a copyMy-default.ini for My.ini;5. Configure My.ini, modify the following two places, don't forget to remove the previous #
Basedir=. /mysql\mysql Server 5.6 (MySQL directory)
Datadir=. /mysql\mysql Server 5.6\data (MySQL directory \data)
6. Run CMD,CD with administrator to: /phpstudy\mysql\bin, Executive
先执行
mysqld -remove
再执行
mysqld -install7. You can then start MySQL with net start MySQL and use net stop MySQL to stop MySQL. You can also use the keys in the Phpstudy.
Upgrade MySQL version in Phpstudy details http://www.jb51.net/article/120263.htm How to fix the update phpstudy the MySQL service is not enabled https:// Www.cnblogs.com/mikusnail/p/8422013.html
Upgrading MySQL in Phpstudy