I've been using MySQL on a local Windows host and connecting using the Root user. Now 
I want to create a user that can only access the database used by an application. I've 
created the user with no Global privileges and granted Database privileges for that 
database. However, when I try to connect using that user, I can't see the database in 
MySQLYog, and the application fails to connect to the database. Is there a global 
privilege that is required in order for the user to get access to the database? 

FYI, I have stopped and restarted the service to reload the privileges...

Thank you,
Dan

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

Reply via email to