I am using pylons and sqlalchemy. I update the schema files and delete and recreate the database on a daily basis so that I can make a new schema.
I do it everytime by opening the MySql Query Browser and login and delete the database/schema.
Please tell me how can I delete MySQL db/schema thorough linux shell commands in Ubuntu Linux?