Malka Cymbalista schrieb:
Thanks for your reply.  When I do show grants, I get back
GRANT SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO 'super' @ 'localhost' ( mailto:super'@ 'localhost' ) identified by password....... So it looks like super doesn't have rights to select from the hr table. But why not? According to the tables_priv table, super should have right to select.

did you export/import your data, or just copied the data files from your old to the new MySQL?

did you reload privileges after changes?

FLUSH PRIVILEGES;

--
Sebastian

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

Reply via email to