sohaib
Verified User
I did contacted Support but John is trying to help me but he's confuse to why its happening but anyways, I've fixed that problem my self
The problem were in my two MAJOR MYSQL DATABASE
Whenever I upload or import my database I always get error like ERROR 1060 Duplicate Column 'sessionid'
I simply opened that database and looked for that word called sessionid
And I found on many places but
PRIMARY KEY (`sessionid`,`sessionid`),
I've only looked for that word in PRIMARY KEY and removed like this
PRIMARY KEY (`sessionid`),
No body honestly help me which is kinda sad, but I salute DA support they are the best even though they didnt help but trying to help.
Thats a very common error in Mysql new version, I dont even know if you guys will get this error because it only happends if you are dealing with big databases.
But thats a fix which I've mentioned above.
Simply open your .sql file and look for that error which Mysql give you and thats all.
Thank you
The problem were in my two MAJOR MYSQL DATABASE
Whenever I upload or import my database I always get error like ERROR 1060 Duplicate Column 'sessionid'
I simply opened that database and looked for that word called sessionid
And I found on many places but
PRIMARY KEY (`sessionid`,`sessionid`),
I've only looked for that word in PRIMARY KEY and removed like this
PRIMARY KEY (`sessionid`),
No body honestly help me which is kinda sad, but I salute DA support they are the best even though they didnt help but trying to help.
Thats a very common error in Mysql new version, I dont even know if you guys will get this error because it only happends if you are dealing with big databases.
But thats a fix which I've mentioned above.
Simply open your .sql file and look for that error which Mysql give you and thats all.
Thank you