This topic is locked

error connecting mysql server

4/14/2005 12:23:29 PM
PHPRunner General questions
S
scroll author

what can i do ??
mysql_connect(): Host 'sii-db.mcp.pt' is not allowed to connect to this MySQL server

admin 4/15/2005

Hi,
to allow connections from this host you should connect MySQL and issue a following command:

GRANT ALL ON db.* TO 'user'@'sii-db.mcp.pt'  IDENTIFIED BY 'pwd'


where db, user and pwd are MySQL database name you want to work with, username and password