11.06.2013, 18:47
To anyone with the mysql.sock location error. Just create a symbolic link to it in /tmp like so
The above works on my Debian('wheezy') box, and make sure to run that as superuser.
If you get an error complaining about about libmysqlclient.## missing use the static version.
But as this is an older and as of right now unsupported plugin I recommend using something else. Stricken probably wont be have any time, especially now to do anything about these problems.
Код:
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
If you get an error complaining about about libmysqlclient.## missing use the static version.
But as this is an older and as of right now unsupported plugin I recommend using something else. Stricken probably wont be have any time, especially now to do anything about these problems.