scubadave69
Technical User
Hi I loaded a program and use the data base on MySQL 4.0.22-standard the program runs fine. I loaded the same program on MySQL - 4.1.13-log and have issues the problem that I see is on the user tables on MySQL 4.0.22-standard PRIMARY PRIMARY 2 id
id UNIQUE 2 id
id_2 INDEX None id
When i set the same field on MySQL - 4.1.13-log i get this error on the table and it does not work the error reads "PRIMARY and INDEX keys should not both be set for column `id`" any help is truely appreciated
Thanks
Dave
id UNIQUE 2 id
id_2 INDEX None id
When i set the same field on MySQL - 4.1.13-log i get this error on the table and it does not work the error reads "PRIMARY and INDEX keys should not both be set for column `id`" any help is truely appreciated
Thanks
Dave