24 09 2008
Database cleanup. Dropped a bunch of outdated databases and grants.
This is a useful statement:
select m.* from mysql.db m left join information_schema.SCHEMATA s on m.Db = s.SCHEMA_NAME where s.SCHEMA_NAME IS NULL;
posted at: 12:10 | path: | permanent link to this entry