MySQL Forums
Forum List  »  Connector/Python

mysql.connect kernel has died
Posted by: Mesnildrey Mesnildrey
Date: October 15, 2024 03:13AM

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 !

Options: ReplyQuote


Subject
Written By
Posted
mysql.connect kernel has died
October 15, 2024 03:13AM
November 10, 2024 02:22AM
November 12, 2024 12:47PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.