Answers for "ubuntu mysql cannot connect to database server"

SQL
1

ubuntu mysql cannot connect to database server remote

1. sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
2. Press CTRL + W and search for bind-address
3. comment out the line by adding # before
4. save the file
5. sudo service mysql restart
Posted by: Guest on December-27-2021
1

connect to mysql database ubuntu

mysql -u USERNAME -p
Posted by: Guest on March-03-2020

Code answers related to "ubuntu mysql cannot connect to database server"

Code answers related to "SQL"

Browse Popular Code Answers by Language