XAMPP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
restart the MySQL service | restart the MySQL service | ||
== Troubleshottings == | |||
* Could not link to the localhost after executing the xampp_start.exe! [XAMPP Lite 1.6.3a] | |||
** Check the port, and | |||
** Check the AntiVirus software (Pause or uninstall Nod32) and security settings! | |||
[[Category:Server]] | [[Category:Server]] | ||
Revision as of 00:30, 9 August 2007
Roll back to the old version of MySQL at XAMPP
Modify the configuration of MySQL(optional)
modify the path of basedir, datadir, Server in %windir%\my.ini
[mysqld] basedir=C:/mysql_old datadir=C:/mysql_old/data [WinMySQLadmin] Server=C:/mysql_old/bin/mysqld-nt.exe
Modify the path of MySQL service
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
- old version: "C:\mysql_old\bin\mysqld-nt.exe" "--defaults-file=C:\mysql_old\bin\my.cnf" mysql
restart the MySQL service
Troubleshottings
- Could not link to the localhost after executing the xampp_start.exe! [XAMPP Lite 1.6.3a]
- Check the port, and
- Check the AntiVirus software (Pause or uninstall Nod32) and security settings!