I have a remote user who's trying to use jdbc to connect to my MySql server. I'm running Redhat Linux 7.2. He has all hosts set up with his user name and password. I also tried setting his host up as a host and it made no difference. Here's the message.
E2008 Error receiving initial from server. E2028 Error in connection packet 1130 Host 'adsl-156-216-161.bct.bellsouth.net' is not allowed to connect to this MySQL server Any ideas? Hello try ##################### mysql mysql> GRANT PRIVILEGES ALL on *.* to root@% # ---> "this simbol % mean access for all machines" Example: mysql> grant all privileges on *.* to root@% -> identified by 'password' # define here the passwd for access to this database -> ; Query OK, 0 rows affected (0.04 sec) Regards and sorry my english. Waldirio --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <mysql-unsubscribe-##L=##[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php