mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-15 12:12:58 +00:00
13 lines
283 B
INI
13 lines
283 B
INI
[mysqld]
|
|
# Only allow connections from localhost
|
|
bind-address = 127.0.0.1
|
|
|
|
# This group is read both both by the client and the server
|
|
# use it for options that affect everything
|
|
#
|
|
[client-server]
|
|
|
|
# include all files from the config directory
|
|
# !includedir /usr/local/etc/my.cnf.d
|
|
|