Hi,
I used to use the https://launchpadlibrarian.net/78745738/tuning-primer.sh script to verify that the db is running ok.
Though when I run it on 6.4 I get the following error:
- FINAL LOGIN ATTEMPT FAILED -
Unable to log into socket: /var/lib/system-mysql/mysql.sock
Any ideas?
Thanks.
I used to use the https://launchpadlibrarian.net/78745738/tuning-primer.sh script to verify that the db is running ok.
Though when I run it on 6.4 I get the following error:
- FINAL LOGIN ATTEMPT FAILED -
Unable to log into socket: /var/lib/system-mysql/mysql.sock
Any ideas?
Thanks.
In Database
Share this post:
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
In case someone runs into the same issue:
change the script from
218 mysql="mysql"
219 mysqladmin="mysqladmin":
TO:
218 mysql="/usr/clearos/sandbox/usr/bin/mysql"
219 mysqladmin="/usr/clearos/sandbox/usr/bin/mysqladmin"
After this couple of changes the scripts will run.
218 is the line number in version 1.6 of the script. -
Accepted Answer
-
Accepted Answer

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »