Closed nithssh closed 4 years ago
In the global scope:
config = { 'user': 'root', 'password': 'password', 'host': 'localhost' , 'database': 'gamedata.maintable' }
And replace all the cnx constructions with:
cnx = mysql.connector.connect(**config)
This will be a temporary fix
The connection credentials must be moved to a file and ignored from this repo. The credentials must be changed during the same.
Fixed/Implemented in: 27b1e98
The connection(cnx) credentials must be moved to a config file in repo.