What is the mysql.db table for?
It looks like it contains user and database permissions of some kind..
but.. many of the rows in the "db" table refer to databases and/or users
that don't exist on my server anymore, which were dropped with "drop
database".
Also, is the proper way to REMOVE a user from the system to delete them
from the mysql.user table? Ie, "delete from user where user='foo'"?
Thanks!
Rick Root
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
- re: The mysql.db table Rick Root
- re: The mysql.db table Egor Egorov