Answers for "ubuntu mysql not running on port"

SQL
1

how to open closed port mysql in ubuntu

sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf
#hash (#) at the beginning of following line
#bind-address = 127.0.0.1
Posted by: Guest on March-22-2021
11

check mysql port ubuntu

mysql -u root
mysql> SHOW GLOBAL VARIABLES LIKE 'PORT';
# Default port is 3306 for MySQL
Posted by: Guest on May-15-2021

Code answers related to "ubuntu mysql not running on port"

Code answers related to "SQL"

Browse Popular Code Answers by Language