forked from metin-server/m2dev-server
server init
This commit is contained in:
16
sql/my.cnf
Normal file
16
sql/my.cnf
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# This group is read both by the client and the server
|
||||
# use it for options that affect everything, see
|
||||
# https://mariadb.com/kb/en/configuring-mariadb-with-option-files/#option-groups
|
||||
#
|
||||
[client-server]
|
||||
port = 3306
|
||||
socket = /var/run/mysql/mysql.sock
|
||||
|
||||
#
|
||||
# include *.cnf from the config directory
|
||||
#
|
||||
!includedir /usr/local/etc/mysql/conf.d/
|
||||
[mysqld]
|
||||
bind-address = *
|
||||
sql_mode = NO_ENGINE_SUBSTITUTION
|
||||
Reference in New Issue
Block a user