在MySQL 8.0的my.conf中找不到绑定地址

时间:2018-08-22 00:14:54

标签: mysql google-compute-engine nano mysql-8.0

我已经在Google Compute Engine实例上安装了MySQL 8.0。我想遵循this document来授予外部的远程访问权限。但是,从/ etc / mysql /打开my.conf后,文件中没有关于bind-address的行

!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/

如何找到要修改的绑定地址?谢谢!

1 个答案:

答案 0 :(得分:0)

其他指令中似乎可以找到其他配置:

!includedir /etc/mysql/conf.d/ !includedir /etc/mysql/mysql.conf.d /

对于ubuntu,您正在寻找的大多数设置现在都在“ /etc/mysql/mysql.conf.d/mysqld.cnf”中

我已内部通知documentation团队来更新文档。

Instance-dev @ ubuntu123:/ etc / mysql $ sudo grep -rnw'bind-address'/ etc / mysql

/etc/mysql/mysql.conf.d/mysqld.cnf:43:bind-address = 127.0.0.1