Mysql

From Piszczynski
Revision as of 21:56, 9 November 2023 by piszczynski>Aleks (Created page with " == Enable Remote access == Check config file: *sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Change bind-address from 127.0.0.1 (local host) to 0.0.0.0 to allow all ip addres...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enable Remote access

Check config file:

  • sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf

Change bind-address from 127.0.0.1 (local host) to 0.0.0.0 to allow all ip addresses access