Dear all,
I am trying to connect to my database using Python commands such as:
conn= mysql.connector.connect(host='127.0.0.1',
user='root',
password='my_real_password',
database='database_name')
Unfortunately, Python kernel dies and no error message pop out.
Any advice would be greatly appreciated.
Best !
I am trying to connect to my database using Python commands such as:
conn= mysql.connector.connect(host='127.0.0.1',
user='root',
password='my_real_password',
database='database_name')
Unfortunately, Python kernel dies and no error message pop out.
Any advice would be greatly appreciated.
Best !