php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20595 Create field in db with PHP 4.1.1 / phpmyadmin 2.3.3
Submitted: 2002-11-23 06:09 UTC Modified: 2002-11-23 06:11 UTC
From: roettgal at gmx dot de Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.2.0 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 + 20 = ?
Subscribe to this entry?

 
 [2002-11-23 06:09 UTC] roettgal at gmx dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-23 06:11 UTC] derick@php.net
As you said, bug in phpmyadmin, and that has little to do with PHP -> bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC