14,954
edits
| Line 2: | Line 2: | ||
== Roll back to the old version of [http://www.mysql.com/ MySQL] at XAMPP == | == Roll back to the old version of [http://www.mysql.com/ MySQL] at XAMPP == | ||
=== Method1: use the same name for old version of MySQL | === Method1: use the same folder name for old version of MySQL === | ||
# stop the ongoing MySQL service | # stop the ongoing MySQL service | ||
# move the new version of MySQL to different holder ex: move C:/mysql to C:/mysql_new | # move the new version of MySQL to different holder ex: move C:/mysql to C:/mysql_new | ||
| Line 8: | Line 8: | ||
# restart the MySQL service | # restart the MySQL service | ||
=== Method2: use the different name for old version of MySQL | === Method2: use the different folder name for old version of MySQL === | ||
==== Modify the configuration of MySQL(optional) ==== | ==== Modify the configuration of MySQL(optional) ==== | ||
modify the path of basedir, datadir, Server in [http://www.mysql.com/ MySQL] conf file: %windir%\my.ini or {xampp}\mysql\data\my.ini | modify the path of basedir, datadir, Server in [http://www.mysql.com/ MySQL] conf file: %windir%\my.ini or {xampp}\mysql\data\my.ini | ||