ID: 39509 Updated by: [EMAIL PROTECTED] Reported By: tinu at humbapa dot ch -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Linux PHP Version: 5CVS-2006-11-14 (CVS) New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. PHP provides just an interface, it doesn't require anything. Previous Comments: ------------------------------------------------------------------------ [2006-11-14 12:46:07] tinu at humbapa dot ch Description: ------------ my mysql-server is running without innodb (skip-innodb in my.cnf). with php 5.1.6 this worked fine. when I try the same with the latest php from cvs (or 5.2.0) I get an error message about innodb... do I always have to enable innodb with php >5.1.6 ? Reproduce code: --------------- <? mysql_connect('localhost', 'root', 'anypassword'); ?> Expected result: ---------------- connect to mysql or show at least some error messages... Actual result: -------------- the page wont't load. my apache error-log contains: 061114 13:27:57 [Warning] Can't create test file /var/lib/mysql/hostname.lower-test 061114 13:27:57 InnoDB: Operating system error number 13 in a file operation. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39509&edit=1