"Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]> wrote:

> Your thoughts on this would be appreciated.
> MySQL was re-installed and now Bugzilla is not working now I am getting this error 
> when I bring up - http://localhost/bugzilla/ <http://localhost/bugzilla/> 
> 

The scripts were looking for MySQL socket located in /tmp. Now as you installed
the RPM version, the socket is no longer available there. 

You can tweak my.cnf to tell client libraries where to find the socket. Add
"socket = /var/lib/mysql/mysql.sock" to /etc/my.cnf to [client] section. For
more info, see http://dev.mysql.com/doc/mysql/en/Option_files.html






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to