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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: roettgal at gmx dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC