lngiuseppe Posted June 3, 2013 Share Posted June 3, 2013 Kann man in sie source.list ein link einfügen dass man mit aüt-get upfate und upgrade den server updaten kann oder wie geht dass noch wenn ich es anders versuche kommt mysql socket not found Quote Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted June 3, 2013 Administrators Share Posted June 3, 2013 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 explicitlytell 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#setConnectOptionsThe 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.