diff options
Diffstat (limited to 'etc/my.cnf')
| -rw-r--r-- | etc/my.cnf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/my.cnf b/etc/my.cnf new file mode 100644 index 0000000..10ab5ce --- /dev/null +++ b/etc/my.cnf @@ -0,0 +1,19 @@ +[client-server] +#socket=/var/run/mysql/mysql.sock +port=3306 + +# This will be passed to all MariaDB clients +[client] +#password=my_password + +# The MariaDB server +[mysqld] +# To listen to all network addresses, use "bind-address = *" +bind-address=localhost +# Directory where you want to put your data +#data=/var/mysql +# This is the prefix name to be used for all log, error and replication files +#log-basename=mysqld +# Logging +#general-log +#slow_query_log |
