From 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e Mon Sep 17 00:00:00 2001 From: bookcorner Date: Mon, 27 Jul 2026 00:14:05 +0400 Subject: Install MariaDB, PHP, Phoenix Cart --- etc/my.cnf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/my.cnf (limited to 'etc/my.cnf') 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 -- cgit v1.2.3