MySQL Forums
Forum List  »  Connector/Python

Re: Connection failed to remote MySQL Server
Posted by: Rasheed Mosan
Date: December 02, 2025 01:25PM

Use the server’s IP in your connection and ensure TCP/IP is used, not a socket. Make sure the MySQL user has remote access, the firewall allows port 3306, and bind-address=0.0.0.0 is set.

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection failed to remote MySQL Server
December 02, 2025 01:25PM


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.