| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2006-11-14 12:58 UTC] tony2001@php.net
  [2006-11-15 16:30 UTC] tinu at humbapa dot ch
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 03:00:01 2025 UTC | 
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.