Phpmyadmin MySql Issue on Linux
I have a unique problem with my phpmyadmin. For eg whenever I create a table with 2 fields and save the table, I end up getting this :
ERROR:
CREATE TABLE `test` (
`tst1` VARCHAR( 4 ) NOT NULL ,
`tst2` VARCHAR( 5 ) NOT NULL ,
`tst1` VARCHAR( 4 ) NOT NULL ,
`tst2` VARCHAR( 5 ) NOT NULL
) TYPE = MYISAM
MySQL said:
#1060 - Duplicate column name 'sdg'
I initially thought it was my phpmyadmin was an issue. So I replaced it with another phpmyadmin of a another server. But it still showed the same thing..
Anybody out there with a solution...Pls help???
|