You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.
Well, got an issue with mysql. I could access this mysql -h localhost -P 3306 --protocol=tcp -uroot -p. But, my PHP app, cant connect to the database and throw error Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
How can I solve this?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying your repo, and it is very great!
Well, got an issue with mysql. I could access this
mysql -h localhost -P 3306 --protocol=tcp -uroot -p
. But, my PHP app, cant connect to the database and throw errorCan't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
How can I solve this?
The text was updated successfully, but these errors were encountered: