Hi,
I looked through the scripts and didn't see it, so I'm guessing that it's part of a library. I think this has something to do with the $PATH, but I'm not sure, because I'm not familiar with the MySql configuration. safe_mysqld --defaults-file=/etc/my.cnf is running. The my.cnf file is fairly sparse, but it contains this line under [mysqld] socket=/var/lib/mysql/mysql.sock
Also, when I do shell$ mysqladmin version it give me an error,
mysqladmin: connect to server at 'localhost' failed
But if I do it like this, mysqladmin -u username -p version
It gives me the version information after I input my password.
It seems like I have foobar configuration... but I'm not sure.
Whatever the case, I can't seem to do the mysql_connect()
tia,
tryangle

I looked through the scripts and didn't see it, so I'm guessing that it's part of a library. I think this has something to do with the $PATH, but I'm not sure, because I'm not familiar with the MySql configuration. safe_mysqld --defaults-file=/etc/my.cnf is running. The my.cnf file is fairly sparse, but it contains this line under [mysqld] socket=/var/lib/mysql/mysql.sock
Also, when I do shell$ mysqladmin version it give me an error,
mysqladmin: connect to server at 'localhost' failed
But if I do it like this, mysqladmin -u username -p version
It gives me the version information after I input my password.
It seems like I have foobar configuration... but I'm not sure.
Whatever the case, I can't seem to do the mysql_connect()
tia,
tryangle