Report this

What is the reason for this report?

Remote connection with MySQL

Posted on May 11, 2017

Hi,

I have problem with remote connection to my MySQL database.

My changes in /etc/mysql/mysql.conf.d/mysqld.cnf

[mysqld]
.....
#bind-address           = 127.0.0.1

I also run this lines in mysql: mysql> CREATE USER ‘monty’@‘%’ IDENTIFIED BY ‘some_pass’; mysql> GRANT ALL PRIVILEGES ON . TO ‘monty’@‘%’ WITH GRANT OPTION; mysql> FLUSH PRIVILEGES;

and finally: sudo service mysql restart

Unfortunelly I still cant’ connect with my database. What is the problem?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.