Hey guys
I've just trying my first VPS with aaPanel
Great Job! It's very simple and intuitive
Everything is fine by now, except I can't access to MySQL from other Server (remote access through PHP)
If I use my domain (host.neosmartness.com) I get this error: Network is unreachable
If I use my IP (178.18.248.203) I get this error: Connection refused
(Both the domain and the IP indicated correspond to the VPS with aaPanel.
I'm trying to access to a database from an external Server using PHP)
My Setup
Port 3306 open
![https://www.acahol.com/img/firewall.png]
Bind Address 0.0.0.0
![https://www.acahol.com/img/mysql.png]
and from phpMyAdmin I created a new user and I also added to root user this host
![https://www.acahol.com/img/phpmyadmin.png]
my PHP code is this (work fine using localhost)
![https://www.acahol.com/img/php.png]
I'm using
MySQL 10.4.14-MariaDB
phpMyAdmin 5.0
Did I miss something?
Any help wil be wellcome
Thanks