Re: MySQL Control Center and Linux box connection

2004-11-01 Thread Gleb Paharenko
Hi. See: http://dev.mysql.com/doc/mysql/en/GRANT.html http://dev.mysql.com/doc/mysql/en/Access_denied.html http://dev.mysql.com/doc/mysql/en/Privilege_system.html And may be something like this will help you: GRANT ALL PRIVILEGES ON *.* TO 'root'@'ip address' IDENTIFIED BY 'goodsecr

MySQL Control Center and Linux box connection

2004-10-31 Thread Jerry Swanson
I have Linux box running Red Hat and 3.23. I install MySQL Contorl Center and trying connect to the mysql on Linux box. When I try to connect I receive the error message. ERROR: HOST 'ip address' is not allowed to connect to this MySQL server. What I'm doing wrong here? TH -- MySQL General Ma