<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Il 03/11/2010 21:35, Qiubo Su (David Su) ha scritto:
<blockquote
 cite="mid:AANLkTikYSjcoNkNTiZect--eqHkG6sYwhfH4FXXKMLnf@mail.gmail.com"
 type="cite">hello drupal support team,<br>
  <br>
thanks for your reply.<br>
i tried /etc/init.d/mysql start and it is ok for the database, however,
after i reboot the pc and run /etc/init.d/mysql start as below, it
doesn't work again. thanks for your help with this again.<br>
  <br>
root@quicksu-desktop:/var/www/sites/all/modules# /etc/init.d/mysql start<br>
  <br>
Rather than invoking init scripts through /etc/init.d, use the
service(8)<br>
utility, e.g. service mysql start<br>
  <br>
Since the script you are attempting to invoke has been converted to an<br>
  <br>
Upstart job, you may also use the start(8) utility, e.g. start mysql<br>
start: Job is already running: mysql<br>
  <br>
root@quicksu-desktop:/var/www/sites/all/modules# mysql<br>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)<br>
</blockquote>
Hi, try to see if "/var/run/mysqld/" exist. <br>
Try to edit <b>/etc/mysql/my.cnf</b> file and see if "bind-address" is
set to localhost and if "socket" is set to /var/run/mysqld/mysqld.sock.<br>
<br>
M.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Michel 'ZioBudda' Morelli                       <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

<a class="moz-txt-link-freetext" href="http://www.ziobudda.net">http://www.ziobudda.net</a>                         ICQ: 58351764  
<a class="moz-txt-link-freetext" href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a>                      Skype: zio_budda
<a class="moz-txt-link-freetext" href="http://www.ziodrupal.net">http://www.ziodrupal.net</a>                               MSN: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>                   
                                                JABBER: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
</pre>
</body>
</html>