I use the pylons and sqlalchemy. I constantly update the schema files and delete and recreate the database so that new schema can be made.
Every time I do this by o
MySQL has discontinued drop database command from mysql client shell. Need to use mysqladmin to drop a database.