ansible/test/integration/targets/setup_mysql8/files/my.cnf

8 lines
201 B
Text
Raw Normal View History

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
default_authentication_plugin=mysql_native_password
skip-grant-tables