On Aug 11, 2006, at 11:54 AM, William Squires wrote:
I'm trying to use PHP to connect to a MySQL database (to which I have already set up). Individually each works (PHP - ver 4.4.1 and MySQL ver 5.0.24 standard); I can write PHP into an html page, and I can connect to my MySQL database through the 'mysql' command from Terminal.app, but I can't get a connection from PHP to the MySQL database
I don't believe that PHP is capable of accessing MySQL 5.0 databases... has to do with the new password scheme, and the fact that the MySQL license became too restrictive to continue using MySQL in future PHP development. In fact, MySQL is not the default database for PHP 5.0... SQLite is.
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
