I lost the MySQL database used by my Django project by mistake. Fortunately, this is just my development environment. How can I recreate the database and all tables?
When I do python manage.py syncdb it fails with
_mysql_exceptions.OperationalError: (1049, "Unknown database 'myproject'")
Any help would be greatly appreciated.
piokuc
source share