Fix: Socket path

This commit is contained in:
2025-12-16 19:23:45 +01:00
parent a61f2bdf30
commit 9e53259e61

View File

@@ -2,9 +2,9 @@
database: database:
type: mysql type: mysql
# host: Database server hostname or IP # host: Database server hostname or IP
host: localhost # host: localhost
# socket: Path to the MySQL unix socket (overrides host if set) # socket: Path to the MySQL unix socket (overrides host if set)
socket: /var/run/mysqlrouter/mysql_rw.sock socket: /var/run/mysqld/mysqld.sock
# port: Database port (default: 3306) # port: Database port (default: 3306)
# port: 3306 # port: 3306
# credentials # credentials