mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
we can not use a directory for suse, as the socket is called different (mysql.sock instead of mysqld.sock)
This commit is contained in:
parent
f4b541b922
commit
bb2c9c075c
@ -71,7 +71,7 @@ services:
|
|||||||
# 2. set EGW_DB_HOST=localhost AND
|
# 2. set EGW_DB_HOST=localhost AND
|
||||||
# 3. uncomment the next line and modify the host path (first one), it depends on your distro:
|
# 3. uncomment the next line and modify the host path (first one), it depends on your distro:
|
||||||
# - RHEL/CentOS /var/lib/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
# - RHEL/CentOS /var/lib/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
||||||
# - openSUSE/SLE /var/run/mysql:/var/run/mysqld
|
# - openSUSE/SLE /var/run/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
||||||
# - Debian/Ubuntu /var/run/mysqld:/var/run/mysqld
|
# - Debian/Ubuntu /var/run/mysqld:/var/run/mysqld
|
||||||
#- /var/run/mysqld:/var/run/mysqld
|
#- /var/run/mysqld:/var/run/mysqld
|
||||||
# private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
|
# private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
|
||||||
|
@ -59,7 +59,7 @@ services:
|
|||||||
# 2. set EGW_DB_HOST=localhost AND
|
# 2. set EGW_DB_HOST=localhost AND
|
||||||
# 3. uncomment the next line and modify the host path (first one), it depends on your distro:
|
# 3. uncomment the next line and modify the host path (first one), it depends on your distro:
|
||||||
# - RHEL/CentOS /var/lib/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
# - RHEL/CentOS /var/lib/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
||||||
# - openSUSE/SLE /var/run/mysql:/var/run/mysqld
|
# - openSUSE/SLE /var/run/mysql/mysql.sock:/var/run/mysqld/mysqld.sock
|
||||||
# - Debian/Ubuntu /var/run/mysqld:/var/run/mysqld
|
# - Debian/Ubuntu /var/run/mysqld:/var/run/mysqld
|
||||||
#- /var/run/mysqld:/var/run/mysqld
|
#- /var/run/mysqld:/var/run/mysqld
|
||||||
# private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
|
# private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
|
||||||
|
Loading…
Reference in New Issue
Block a user