Reference LibraryMysqlMysqlmySQL commands Restart mySQL servicesudo systemctl restart mysqlShow databasesmysql show databasesEnable Remote access Check config file:sudo nano /etc/mysql/mysql.conf.d/mysqld.cnfChange bind-address from 127.0.0.1 (local host) to 0.0.0.0 to allow all ip addresses accessMSIXNetstat