謝晒的PHP網頁設計
聯絡E-mail:
sean0704@gmail.com
站內搜尋
Wednesday, January 26, 2011
[MYSQL] 如何設定使用遠端的mysql伺服器
通常在開發PHP程式時,都是連本機的mysql伺服器,設定方式為:
mysql_connect('localhost','root_id','root_password');
//參數依序為:mysql伺服器(可以接port號,如 hostname:port)、使用者名稱、使用者密碼
如果要使用遠端的mysql伺服器時,應該改為...
mysql_connect('192.168.169.1:3306','root_id','root_password');
No comments:
Post a Comment
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment