View Single Post
  #7  
Old 10-18-2012, 11:13 PM
pooyan pooyan is offline
Senior Member
 
Join Date: Jan 2011
Posts: 130
Quote:
Originally Posted by webizen View Post
you can modify mysql.default_socket in php.ini (use phpinfo page to show which php.ini in use) to point to /var/lib/mysql/mysql.sock
I changed all php.ini value to mysql.default_socket = /var/lib/mysql/mysql.sock

But now after start lsws and test a website display this error:
Client does not support authentication protocol requested by server; consider upgrading MySQL client
Reply With Quote