This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Mumble Update


lngiuseppe
 Share

Recommended Posts

  • Administrators

If you're on Ubuntu, we provide a PPA with packages for lucid, precise, quantal and raring.


Your MySQL socket error sounds like you're using MySQL with the static snapshot. For that, you will most likely have to explicitly

tell Murmur where your MySQL socket is located using the dbOpts option in the .ini file.


You can see the list of possible options here: http://qt-project.org/doc/qt-4.8/qsqldatabase.html#setConnectOptions


The one you're looking for is UNIX_SOCKET. So, say your MySQL socket lives in /var/lib/mysql/mysql.sock, you would put the following line in your murmur.ini file:


dbOpts="UNIX_SOCKET=/var/lib/mysql/mysql.sock"


If you're on Debian or Ubuntu, the socket path would be something like /var/run/mysqld/mysqld.sock instead.


Hope it helps,

Mikkel

Link to comment
Share on other sites

 Share

×
×
  • Create New...