yvon, Monday, May 27, 2002, 11:33:42 PM, you wrote: yd> I tried to connect to a mysql database running on a yd> linux server using an odbc connection in windows 98. I yd> get the following message: yd> [TCX][MyODBC]Host x.x.x.x is not allowed to connect to yd> this MySQL server yd> (#1130)[Microsoft][ODBC Driver Manager] Connection not yd> open (#0) yd> The username specified in the data source name is root yd> and I can ping the server where MySQLis running.
yd> What did I do wrong or did not do at all on client or yd> server side? Your root user has a problem with privileges. 'root' doesn't have privilege to connect from the host. You should allow user to connect from your host. Check it: http://www.mysql.com/doc/A/c/Access_denied.html yd> Plase help me. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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 <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php