I installed Lamp and started all services. I run following code with shell (cmder):
$ mysql
I got this error
ERROR 2003 (HY000) cant connect to mysql server on 'localhost' (10061 'Unknown error')
I have already installed wamp and this code work correctly in mysql console.
Can any one explain this error?