View Single Post
  #8  
Old 10-21-2012, 09:31 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
Quote:
Originally Posted by pooyan View Post
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
this is not lsws issue but mysql client is old. to work around this, add a line to your my.cnf (usually /etc/my.cnf)

Quote:
old_passwords=1
Reply With Quote