I first dropped sql_store from the database. Then, I created sql_store and then ran the code to create the whole databases.
DROP DATABASE IF EXISTS sql_store; CREATE DATABASE sql_store; '''