14,954
edits
| Line 65: | Line 65: | ||
* restart the MySQL service | * restart the MySQL service | ||
* (optional) If you using [http://www.phpmyadmin.net/home_page/index.php phpMyAdmin] for MySQL management, you need to change port setting of the phpMyAdmin config file. | * (optional) If you using [http://www.phpmyadmin.net/home_page/index.php phpMyAdmin] for MySQL management, you need to change port setting of the phpMyAdmin config file. | ||
AppServ 修改 MySQL 的 port | |||
* Windows: 控制台 -> 系統管理工具 -> 服務:停用 mysql 服務 | |||
* 修改 MySQL 設定檔,檔案位置 For AppServ v.2.5.10: x:\AppServ\MySQL\my.ini | |||
* 找到這一行: port=3306, 修改成你想要的 port 例如 3307,儲存設定檔 | |||
* 控制台 -> 系統管理工具 -> 服務:啟用 mysql 服務 | |||
[[Category:Server]] | [[Category:Server]] | ||