diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-27 00:14:05 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-27 00:14:05 +0400 |
| commit | 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e (patch) | |
| tree | caf0948f2b5614db71c76a0ea4ffd9f5cc68b4e0 /etc/my.cnf | |
| parent | 778d9d98a81a368ccf03475310dd9b83e4526f28 (diff) | |
| download | infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.gz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.bz2 infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.lz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.xz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.zst infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.zip | |
Install MariaDB, PHP, Phoenix Cart
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 |
