I've instaled PHP 3.0.16 via rpm. It's up and running with a phpinfo() page showing MySQL support. However, when I try to link to MySQL via mysqladmin type of program I get a
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in lib.inc.php3 on line 97
Fatal error: Call to unsupported or undefined function mysql_die() in lib.inc.php3 on line 97
error. I' ve added the correct user name and password into the lib.inc.php3 file so I'm lost at the moment. Any ideas welcome. Thanks!