You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
[client]
|
|
port = 3306
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
|
|
[mysqld_safe]
|
|
pid-file = /var/run/mysqld/mysqld.pid
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
nice = 0
|
|
|
|
[mysqld]
|
|
skip-host-cache
|
|
skip-name-resolve
|
|
user = mysql
|
|
pid-file = /var/run/mysqld/mysqld.pid
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
port = 3306
|
|
basedir = /usr
|
|
datadir = /var/lib/mysql
|
|
tmpdir = /tmp
|
|
lc-messages-dir = /usr/share/mysql
|
|
explicit_defaults_for_timestamp
|
|
|
|
# Instead of skip-networking the default is now to listen only on
|
|
# localhost which is more compatible and is not less secure.
|
|
#bind-address = 127.0.0.1
|
|
|
|
#log-error = /var/log/mysql/error.log
|
|
|
|
# Recommended in standard MySQL setup
|
|
sql_mode=""
|
|
|
|
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
symbolic-links=0
|
|
|
|
# * 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/ |