14,954
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[http://www.apachefriends.org/en/xampp.html XAMPP](all old version and latest version of XAMPP [http://sourceforge.net/projects/xampp/files/ files]) | |||
== Modify the configuration of MySQL(optional) == | == Roll back to the old version of [http://www.mysql.com/ MySQL] at XAMPP == | ||
modify the path of basedir, datadir, Server in | === Modify the configuration of MySQL(optional) === | ||
modify the path of basedir, datadir, Server in [http://www.mysql.com/ MySQL] conf file: %windir%\my.ini | |||
<pre> | <pre> | ||
[mysqld] | [mysqld] | ||
| Line 12: | Line 13: | ||
</pre> | </pre> | ||
== Modify the path of MySQL service == | === Modify the path of MySQL service === | ||
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\mysql\ImagePath | HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\mysql\ImagePath | ||
* original: "C:\Program Files\xampp\mysql\bin\mysqld-nt.exe" "--defaults-file=C:\Program Files\xampp\mysql\bin\my.cnf" mysql | * original: "C:\Program Files\xampp\mysql\bin\mysqld-nt.exe" "--defaults-file=C:\Program Files\xampp\mysql\bin\my.cnf" mysql | ||