[Cooker] mysql question

2002-11-06 Thread [EMAIL PROTECTED]
I have just installed mysql and i have this error

ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

Thanks for help




Re: [Cooker] mysql question

2002-11-06 Thread Oden Eriksson
onsdagen den 6 november 2002 15.44 skrev [EMAIL PROTECTED]:
 I have just installed mysql and i have this error

 ERROR 2002: Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)

msec?

chmod 755 /var/lib/mysql

?

-- 
Regards // Oden Eriksson, Deserve-IT Networks

Check the Modules For Apache2 status page at: 
http://www.deserve-it.com/modules_for_apache2.html





Re: [Cooker] mysql question

2002-11-06 Thread Oden Eriksson
onsdagen den 6 november 2002 14.54 skrev Per Øyvind Karlsen:
 Oden Eriksson wrote:
 onsdagen den 6 november 2002 15.44 skrev [EMAIL PROTECTED]:
 I have just installed mysql and i have this error
 
 ERROR 2002: Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)
 
 msec?
 
 chmod 755 /var/lib/mysql
 
 ?

 or maybe he just have'nt started mysql?
 service mysql start

 :)

Ha ha ha ha ha !!!, funny !!!

-- 
Regards // Oden Eriksson, Deserve-IT Networks

Check the Modules For Apache2 status page at: 
http://www.deserve-it.com/modules_for_apache2.html





Re: [Cooker] mysql question

2002-11-06 Thread slice91
Le Mercredi 6 Novembre 2002 14:00, Oden Eriksson a écrit :
 onsdagen den 6 november 2002 14.54 skrev Per Øyvind Karlsen:
  Oden Eriksson wrote:
  onsdagen den 6 november 2002 15.44 skrev [EMAIL PROTECTED]:
  I have just installed mysql and i have this error
  
  ERROR 2002: Can't connect to local MySQL server through socket
  '/var/lib/mysql/mysql.sock' (2)
  
  msec?
  
  chmod 755 /var/lib/mysql
  
  ?
 
  or maybe he just have'nt started mysql?
  service mysql start
 
  :)

 Ha ha ha ha ha !!!, funny !!!


Yeah, after i give permissions, it say me that i must see if mysqld is started
I start it and it's right

Thanks a lot