RTK0 Admin Log

24 09 2008

Wed, 24 Sep 2008

Log entries for September 24, 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

powered by blosxom