Fix: Socket path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user