These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Problem with Virtualmin and MySQL databases on the new forum.
We're suddenly getting the following error when attempting to make changes to user permissions with databases:
[code:1] Failed to save mailbox : SQL flush privileges failed : Table 'mysql.procs_priv' doesn't exist [/code:1]
This happens if I try within Virtualmin (3.63 GPL) to allow a user access to a MySQL database.
I've tried restarting MySQL and Webmin, but there is no change to this problem.
Please help.
Chris
What happens if you run this command (after first making a full MySQL database backup):
mysql_fix_privilege_tables --password=root_password
That was precisely what the doctor ordered.
Thanks!!!
Helped here as well...
Thanks a bundle!