![]() |
MyChenQL, part 6
...while making a table in PMA:
Code:
Error |
???
change int(11) into int (10)... maybe that's the reason why vb always use int 10 |
I've made all the other tables in my database have int(11) for the project I'm working on with the exact same attributes (primary auto_increment unsigned) and they work.
|
hmm, maybe the length of all keys summed up is to long...
try to shorten varname to varchar(200) and retry |
Nope, not the problem either; all the other tables are using 255, too.
Code:
mysql> describe posts; |
yeah but you forgot, there the subject is not a unique key, in your query above varname is a unique key :)
just try out to change it, we will see if i'm right or not :) |
Well what I did was remove UNIQUE for the two columns and it worked. I don't understand why it wouldn't allow two unique columns though, I mean what I want is no two identical varnames and no two identical prettynames...
|
Pfft, making them unique after creating the table worked. I wonder if it's a MySQL bug or something; a though occurs: 255 + 255 > 500 so maybe that's what it was griping about.
*is completely confused* |
hmm, i think i've said that above?
Quote:
|
Meh, for now I'll just make it 255 in the install script and then make them unique right after creating the table :)
|
All times are GMT. The time now is 07:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|