MySQL Forums
Forum List  »  Connector/Python

Re: Connection Arguments - host
Posted by: Nuno Mariz
Date: March 27, 2023 07:48AM

Hi,
Your DB system is MySQL? Connector/Python only works with MySQL.
Before using Connector/Python, try using the MySQL client first, providing the necessary options.

Example:

mysql --protocol=tcp --host=127.0.0.1 --port=3306 --user=root

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection Arguments - host
March 27, 2023 07:48AM


Sorry, you can't reply to this topic. It has been closed.

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.