ubuntu mysql的配置文件找不到
可能也不是找不到 有下面的这个配置文件
/etc/mysq/my.cnf
内容是这样的。我如何找到啊。
我想改类似编码之类的如何改。。。求助。
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
进入上述的两个目录拳打开也没有类似网上找的的配置文件类似的文档
这个是Ubuntu16。04 直接在软件源上安装的