hasIdentifier: | https://padme-analytics.de/pht/codeFragment/38ca3ba922edcf143c97e68ba0756beb228ea7dde84f3f3a9fe7fd8c946b14f9 |
hasContent: | except mysql.connector.Error as err: print("Database {} does not exists.".format(DB_NAME)) if err.errno == errorcode.ER_BAD_DB_ERROR: create_database(cursor) print("Database {} created successfully.".format(DB_NAME)) cnx.database = DB_NAME else: print(err) |