XAMPP: Difference between revisions

Jump to navigation Jump to search
58 bytes added ,  29 February 2012
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
Roll back to the old version of [http://www.mysql.com/ MySQL] at [http://www.apachefriends.org/en/xampp.html XAMPP](all old version and latest version XAMPP [http://sourceforge.net/projects/xampp/files/ files])
[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 %windir%\my.ini
=== 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

Navigation menu