what's the matter of mysql_connect ?

2006-07-30 Thread JitZhang
Your database configuration file is present. Fatal error: Call to undefined function mysql_connect() in D:\Project\cake\cake\libs\model\dbo\dbo_mysql.php on line 101 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: what's the matter of mysql_connect ?

2006-07-30 Thread AD7six
The error message means that you don't have mysql extension enabled. MySQL is not enabled by default with PHP5. See http://us2.php.net/mysql Cheers, AD7six --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake