mysql个人使用记录

2021/10/10 16:50:37

本文主要是介绍mysql个人使用记录,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1. 查看配置文件位置

mysqld --verbose --help | grep -A 1 "Default options"

我这里输出如下:

Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf

参考:
MySQL config file location - redhat linux server [closed]



这篇关于mysql个人使用记录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程