How to create the mysql.socket file

0

I am using phpmyadmin because it is returning me an error that refers to the lack of mysql.sock , is there a possibility of installing this file?

Error reported below:

  

error 2002: file not found

    
asked by anonymous 03.07.2014 / 16:19

1 answer

1

Do you have the command mysql on the command line? If so, just start the service, doing:

$ mysql.server start
    
03.07.2014 / 18:51