Ins Wiki verschoben: https://wiki.natenom.de/mumble/faq#was_bedeutetserverdbfailed_ini.

 

ServerDB: Failed initialization: Can’t connect to local MySQL server through socket „/var/run/mysql/mysql.sock“

Change dbOpts  in murmur.ini

[text]
# If you wish to use something other than SQLite, you’ll need to set the name
# of the database above, and also uncomment the below.
# Sticking with SQLite is strongly recommended, as it’s the most well tested
# and by far the fastest solution.

dbDriver=QMYSQL
dbUsername=lala

dbOpts="UNIX_SOCKET=/var/path/to/mysql.sock"


[/text]