14,954
edits
No edit summary |
|||
| Line 52: | Line 52: | ||
* Move the folder of old PHP extension files and install new one after installed new version of XAMPP. Else the folder of PHP extension files will not be overwrote during the installation. The missing PHP extension will cause Apache stop to launch. | * Move the folder of old PHP extension files and install new one after installed new version of XAMPP. Else the folder of PHP extension files will not be overwrote during the installation. The missing PHP extension will cause Apache stop to launch. | ||
restart the MySQL service | |||
== change the MySQL port == | |||
For AppServ or MySQL Server 5.6 | |||
* Windows: '''Start''' -> '''Control Panel''' -> '''Administrative Tools''' -> '''Services''' -> stop the '''MySQL''' service | |||
* modify the MySQL configuration file | |||
** For MySQL Server 5.6: x:\ProgramData\MySQL\MySQL Server 5.6\my.ini {{exclaim}} not the file located: x:\Program Files\MySQL\MySQL Server 5.6\my-default.ini | |||
** For AppServ v.2.5.10: x:\AppServ\MySQL\my.ini | |||
* find this line: port=3306, and change the port what you want | |||
* restart the MySQL service | |||
[[Category:Server]] | [[Category:Server]] | ||