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 folder === | |||
# stop the ongoing MySQL service | |||
# move the new version of MySQL to different holder ex: move C:/mysql to C:/mysql_new | |||
# move the old version of MySQL to original holder ex: move C:/mysql_old to C:/mysql | |||
=== Method2: use the different name for old version of MySQL folder === | |||
=== 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 | ||
| Line 25: | Line 32: | ||
restart the MySQL service | restart the MySQL service | ||
== Troubleshottings == | == Troubleshottings == | ||