Mike Mabey wrote: > Thanks Ed. I looked through the MySQL documentation forever trying to find > that. Sure helps to know exactly what you're looking for. > > So to answer your second question more definitively, Paul, > > Account A has: ALL PRIVILEGES > Account B has: SELECT, INSERT, UPDATE > > To recap so you don't have to find my previous emails, when I test a > connection with the Connection Editor using the login credentials for > account B, the test fails. But f I only change the username and password to > be that of account A, it tests just fine. I've confirmed that this is not > unique to the Connection Editor, but that this also prevents me from opening > the app from the command line. > > Any thoughts why account B can't connect through Dabo?
Can you try adding the privileges: SHOW VIEW REFERENCES just to see? If you log in at the mysql command line in each account, and issue SHOW DATABASES and USE mydb;SHOW TABLES, does the output vary? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
