At the point in the setup steps where you need to run 'python create_db.py' in bash, it results in the following error:
peewee.OperationalError: (1049, "Unknown database 'bcsr'")
Before this point, the only deviations from the steps I made was copying the contents of example_secret_config.yaml to secret_config.yaml by instruction of the professor, and running the command while not being logged into MySQL.
|
Then, by typing the command ```python create_db.py``` a database file containing the correct schemas will be created in the data directory for development setup. |
At the point in the setup steps where you need to run 'python create_db.py' in bash, it results in the following error:
peewee.OperationalError: (1049, "Unknown database 'bcsr'")Before this point, the only deviations from the steps I made was copying the contents of
example_secret_config.yamltosecret_config.yamlby instruction of the professor, and running the command while not being logged into MySQL.bcsr/README.md
Line 66 in ea29599