1. Allow Remote Access in MySQL Configuration on ubuntu or your server
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
bind-address = 127.0.0.1
bind-address = 0.0.0.0
sudo systemctl restart mysql
2. Grant Remote Access Privileges to Your IP
2. Grant Remote Access Privileges to Your IP
Log into MySQL on the server: and run
Comments
Post a Comment