[CentOS] Re: finding mysql.h & errmsg.h on CentOS?

Fri Oct 12 15:06:45 UTC 2007
Rogelio <scubacuda at gmail.com>

On 10/11/07, Rogelio <scubacuda at gmail.com> wrote:
>
> > Is mysql-server installed and running?
>
> Yeah, it is:
>
> [root at localhost nagios]# ps -ef | grep mysql
> root     25630     1  0 16:22 pts/1    00:00:00 /bin/sh
> /usr/bin/mysqld_safe --datadir=/var/lib/mysql
> --socket=/var/lib/mysql/mysql.sock --log-error=/var/log/mysqld.log
> --pid-file=/var/run/mysqld/mysqld.pid
> mysql    25692 25630  0 16:22 pts/1    00:00:00 /usr/libexec/mysqld
> --basedir=/usr --datadir=/var/lib/mysql --user=mysql
> --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking
> --socket=/var/lib/mysql/mysql.sock
> root     25800  9962  0 16:32 pts/1    00:00:00 grep mysql
> [root at localhost nagios]#



Fixed it.  It turned out to be a setting in my ndo2db.cfg file:

#socket_type=unix <---what it was

#changed to
socket_type=tcp

Thanks for your help, everyone!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20071012/492039f1/attachment-0004.html>