Do the following in 'mysql' client:

select * from mysql.user\G

Does you user have all necessary privileges maked as Y ?
You may need to update your user's host field to '%'
to allow you to connect from any host other than localhost.

Don't forget run 'flush privileges;' afterwards.

Give it a try !!!


----- Original Message -----
From: Langson B.-Computer Specialist <[EMAIL PROTECTED]>
To: mysql@lists.mysql.com
Sent: Monday, January 15, 2007 3:56:12 AM GMT-0500 US/Eastern
Subject: Ms access front end and mysql back end

I am failing to connect to my server. I am using ms access as front end and
mysql as back end.

What is the solution


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

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



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

Reply via email to