From:             tinu at humbapa dot ch
Operating system: Linux
PHP version:      5CVS-2006-11-14 (CVS)
PHP Bug Type:     MySQL related
Bug description:  mySQL without InnoDB

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 bug report at http://bugs.php.net/?id=39509&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39509&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39509&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39509&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39509&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39509&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39509&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39509&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39509&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39509&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39509&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39509&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39509&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39509&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39509&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39509&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39509&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39509&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39509&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39509&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39509&r=mysqlcfg

Reply via email to