wip trying to launch worpdress

This commit is contained in:
hugo gogo
2022-09-20 21:10:45 +02:00
parent 334092253f
commit ef8ce69dad
16 changed files with 105 additions and 158 deletions

View File

@@ -2,6 +2,10 @@
# inception modifications :
#
# [mysqld] :
# < socket=/run/mysqld/mysqld.sock
# >
#
# [mysqld] :
# < skip-networking = false
# > skip-networking
# ---
@@ -11,7 +15,7 @@
# < port = 3306
# >
# ---
# < socket=/var/lib/mysql/mysql.sock
# < socket=/run/mysqld/mysqld.sock
# >
#
@@ -20,6 +24,7 @@
# this is read by the standalone daemon and embedded servers
[server]
socket=/run/mysqld/mysqld.sock
# this is only for the mysqld standalone daemon
[mysqld]
@@ -28,6 +33,10 @@ datadir = /var/lib/mysql
port = 3306
socket=/run/mysqld/mysqld.sock
# sock was in : /run/mysqld/mysqld.sock
# mariadb thought it was in : /var/lib/mysql/mysql.sock
# so I made : ln -s /run/mysqld/mysqld.sock /var/lib/mysql/mysql.sock
# Galera-related settings
[galera]
# Mandatory settings