From: [EMAIL PROTECTED] Operating system: PHP version: 4.2.0 PHP Bug Type: MySQL related Bug description: Create field in db with PHP 4.1.1 / phpmyadmin 2.3.3
I think, the error is in phpmyadmin! PHP version: 4.1.1 Willkommen bei phpMyAdmin 2.3.3-rc1 Verbunden mit MySQL 3.23.51-Max-log Fehler SQL-Befehl : CREATE TABLE `analyse` ( `ay_num` BIGINT NOT NULL AUTO_INCREMENT, `ay_session` TEXT( 32 ) NOT NULL , `ay_seite` TINYTEXT NOT NULL , PRIMARY KEY ( `ay_num` ) ) MySQL meldet: You have an error in your SQL syntax near '(32) NOT NULL, `ay_seite` TINYTEXT NOT NULL, PRIMARY KEY (`ay_num`))' at line 1 -- Edit bug report at http://bugs.php.net/?id=20595&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20595&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20595&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20595&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20595&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20595&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20595&r=support Expected behavior: http://bugs.php.net/fix.php?id=20595&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20595&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20595&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20595&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20595&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20595&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20595&r=isapi