Question#
Is it possible to connect remotely to the database server of my web hosting?
Answer#
You are trying to connect to your MySQL database server from an external server#
Remote access to your MySQL database is not possible. This restriction was put in place following abuse involving the intensive use of databases for services hosted externally.
Our MySQL databases are intended to be used directly by our web hosting plans. Therefore, you can only connect to our MySQL server from your web hosting, using 'localhost' as the server address.
You need remote access to a MySQL database#
If your application or service requires remote access to a MySQL database, we recommend considering the purchase of a VPS server. With a VPS server, you can deploy your own MySQL server that will be accessible from anywhere. This solution will give you greater flexibility and allow you to fully control the configuration of your database.