Hello all: I have a php to mysql database connection script that I am having a problem with. I have two systems. One is running apache and also happens to be my desktop system. Call this one system Apache. The other system is running mysql and let's call this one Mysql. the connection script is very simple: If I run this script from the command line on the Apache system like so: $ php testmysqlconnect_script.php and it works fine. However if I run the script from the web browser open on the Apache desktop and point it at http://localhost/~meuser/testmysqlconnect_script.php I get a connection error. Just to confirm I have also used the following mysql command from the command line on the Apache system and it works fine as well: mysql --host=Mysql -u someuser -p tmp and entered the exact same user name as is in my script and I am able to connect just fine. I have tried looking at the output from php_info() on the Apache web server and it looks normal but I could be missing something. Anyone have any ideas of what I might be over looking??? -- Steve DuChene --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss