Frank Tudor wrote:
Yes to the php-mysql rpm,

But listen I think it was the way it built the initial appach
php mysql configurations  I don't think the php.ini refects an
accurate setup of my php mysql setup.

Frank

Let's get away from the php.ini for a moment. Being that you did everything from RPM, the ini file doesn't come into play here (you basically have a default setup, with default settings). The stock php.ini file will do just fine.


What is the output of this code on your box.....

if ([EMAIL PROTECTED]("your_host", "your_username", "your_password")){
        echo ( mysql_error() );
} else {
        echo ( "Connection exists" );
}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to