Is there a way to create a GRANT for a DB so that only one user can access to the database? The only way I can see to do it involves taking every user and GRANT them access to every other database, but not this one.
The problem I face is that I share a server with three friends, and we all create databases on the server, so everyone needs general "super user" privileges.
I want to be able to create a database and keep the others from accidentally accessing it. Obviously they can just change the GRANTs if they really want to get to it, this is really to keep accidents from happening.
Does any of this make sense? Am I missing something obvious?
Ron
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]