HelioHost Posted March 9, 2023 Posted March 9, 2023 Username: pysimplesql, Server: Tommy, Main domain: pysimplesql.heliohost.usHello, I'm trying to connect to the MySql server remotely with no success It is linked to the domain mysql.pysimplesql.heliohost.us When I try to connect on port 3306 (mysql.pysimplesql.heliohost.us:3306) Is there something else I need to set up? Thanks, Jon
Krydos Posted March 9, 2023 Posted March 9, 2023 When you create the MariaDB database you have to make sure you allow remote connections. You can allow from any IP or you can allow just from certain IPs or ranges. Then once the database is created with remote access enabled. You can connect with the host 65.19.141.77 and the port 3306. The username will be the database user that you create on that same page. It will start with pysimplesql_ and whatever you type into the box. Obviously the password will be whatever you specify when you create the database and the database user. We've had some people have issues with UTF-8 characters in passwords not working, so I would stick with the ASCII charset to make sure that's not the issue.
Recommended Posts