I used the command DROP DATABASE blog_data
it was executed successfully.Then I logged out of the mysql and tried to login again with the command sudo mysql -u djangouser -p
it prompt for the password after which if I give the password it is throwing the error
ERROR 1049 (42000): Unknown database 'blog_data'
Please help me where I am going wrong.