知识储备:

  1、mysql在启动时会去多个地方找它的配置文件,当然啦这些也都是可以从帮助中找到的,问题在于我们要知道怎么找到对应的帮助才行啊

 

实战:

  

[root@workstudio data]# mysql --help | grep my.cnf
                      order of preference, my.cnf, $MYSQL_TCP_PORT,
/etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf 

 

相关文章:

  • 2022-12-23
  • 2021-07-31
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-04-11
  • 2021-08-17
猜你喜欢
  • 2021-05-22
  • 2021-12-15
  • 2022-12-23
  • 2021-11-29
  • 2022-02-07
  • 2022-01-11
  • 2022-12-23
相关资源
相似解决方案