Mysql Error – SQLSTATE[HY000] [2002] No such file or directory
To solve this, you need to open up your php.ini file (mine was in /etc/). Look for the following line:
pdo_mysql.default_socket=/var/mysql/mysql.sock
If that line exists for you, try changing it to:
pdo_mysql.default_socket=/tmp/mysql.sock
Restart apache after saving, and that’s all I had to do.
See the book OpenCart 1.4 Template Design Cookbook.
See the book Joomla Mobile Development Beginners Guide


1 comment:
this post solved a problem which is very common for a site.your way to understanding this(Mysql Error) problem is very easy. i hope like me everyone solve his problem to watch this post.
open cart
Post a Comment