這篇文章要介紹給大家的內容是關於Linux系統下修改phpstudy整合環境中的MySQL埠號的步驟,有一定的參考價值,有需要的朋友可以參考一下,希望對你有所幫助。
[root@test /]# phpstudy start
2、登入MySQL
[root@test /]# /phpstudy/mysql/bin/mysql -u root -p root
3、查看MySql目前的連接埠號碼
mysql> show global variables like 'port';
4、修改端口,編輯/etc/my.cnf文件,早期版本有可能是my .conf檔名,增加端口參數,並且設定端口,注意該端口未被使用,保存退出。 (有的檔案中可能有2處連接埠號,都需要修改)
[root@test etc]# vi /etc/my.cnf 修改完成后 输入 :wq 保存退出。
5、重啟phpstudy。
[root@test /]# phpstudy restart
6、返回執行第3步驟驗證是否修改成功。
相關文章推薦:
以上是Linux系統下修改phpstudy整合環境中的MySQL埠號的步驟的詳細內容。更多資訊請關注PHP中文網其他相關文章!