MySQL Database Remote | NEED HELP

Frexith

New Member
I wanted to create a MYSQL Database which is remote accessable ( SQL Manager Studio 2017 from Microsoft) I firstly chose the LAMP App. Set it up updated everything, installed the MySQL-Server did the Secure Installation, changed the config (bind-address = 139.59.146.143), created a Database (Licenses) created users with privileges(Admin,Fred,fred) Everything is set up perfectly. I also reloaded mysql.
When I want to access the Database from my SQL Server Manager 2017 I get this Error message:

Es kann keine Verbindung mit '139.59.146.143,3306' hergestellt werden.

Schwerwiegender Fehler bei interner Verbindung. Fehlerzustand: 18 (System.Data)

Which means in English:

It can not be connected to '139.59.146.143,3306'.

Fatal error with internal connection. Error state: 18 (System.Data)


I tried to restart all the services

db.png services.png
 
Top