In the last episode (Nov 22), Alfred Mak said: > Can I shutdown one of the databases in MySQL but not the whole mysqld > process (i.e. keeping the other databases still running) ?
"shutdown" would be the wrong word then :) How about revoking permissions (either at the mysql or the filesystem level) ? You could also flush tables, then rename the database directory somewhere out mysql's data directory. -- Dan Nelson [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]