You need to set a user in MySQL with privileges to that database. From the
mysql console:

mysql> GRANT <options> ON <database_name>.* TO <user>@'217.219.201.2'
IDENTIFIED BY 'password' USING GRANT OPTION;

J.R.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to