Month: April 2023

MySQL: access outside the local machine – ubuntu server

To allow access to a MySQL database from outside the machine on an Ubuntu server, follow these steps: Update the MySQL configuration file: sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Find the line that reads bind-address = 127.0.0.1 and change it to the IP address of your server. You can put 0.0.0.0 if you want to be accessible anywhere. …

MySQL: access outside the local machine – ubuntu server Read More »

Free Web Hosting