Answers for "connect remote mysql command line ubuntu"

SQL
7

mysql remote connection command line

mysql --host=localhost --user=myname --password mydb
Posted by: Guest on February-18-2020
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

Code answers related to "connect remote mysql command line ubuntu"

Code answers related to "SQL"

Browse Popular Code Answers by Language