well.. with another view seems that “host” is missing :p
localhost:home/foldername/webapps/mysql/var/mysql.sock also is not working
but with
127.0.0.1:home/foldername/webapps/mysql/var/mysql.sock it did!
thanks for your time making this wonderful plugin 😀
also working as you mentioned above!
thanks a lot 😀
define(‘DB_HOST’, ‘:home/foldername/webapps/mysql/var/mysql.sock’);
permissions to wp-config: 400
Hello,
I’m running backwpup on a wordpress installation with socket connection to mysql. Plugin can “see” the tables, but when the job runs it generates te following errors:
WARNING: mysqli::mysqli(): (HY000/2002): No such file or directory [01-Dec-2013 09:30:58]
ERROR: Cannot connect to MySQL database 2002: No such file or directory
Any idea how this could/should be fixed?