📜  ubuntu mysql 无法远程连接到数据库服务器 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:02.684000             🧑  作者: Mango

代码示例1
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