This is a sample sql dump file with sample data used in sample django project. For practice and PRs only. No important data present.
HOW TO USE .SQL FILE step 1- download to PC step 2- move this file to your home directory step 3- open mysql monitor, type command '''use ;''' step 4- enter command '''source djangotestdb.sql;''' It will take some time. If this doesn't work refer to stack overlow articles on importing .sql file to databases in mysql This is a sample .sql file. Contains no data of any value.