MySQL has no experience.
The situation is this: there is a project on Django (OS: Debian), but for its operation it is necessary to create tables. If you use python manage.py syncdb (using south ), then the result is a table conflict. As a solution to this problem, I was given a database dump. But I can't use it.
Tell me, please, how can I use the adopted database damp.sql.zip ( damp.sql.zip ) and thereby resolve the conflict with the tables?
cat damp.sql | sqlite3 /path/to/new_sqlite_file.dbcat damp.sql | sqlite3 /path/to/new_sqlite_file.db? - MaxUnew_sqlite_file.dbdid not change the size (0kb) - EmptyManCOMMIT;at the end of the DUMP file ... - MaxU