The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi!
I just moved vb & the db to a new server and just noticed most of the IDs in user table are unsorted... I think I never saw this unsorting before... Is this normal? Is this symptom of corruption? How can I fix this? Thanks! |
#2
|
|||
|
|||
![]()
Run this query:
SELECT * FROM user ORDER BY userid DESC LIMIT 30; Does everything look ok? |
#3
|
|||
|
|||
![]()
Seems so...
But I do recall I didn't use to see user table unsorted before.... Shall I worry then? |
#4
|
|||
|
|||
![]()
Not if everything is working fine, you could also try this:
REPAIR TABLE `user`; That will attempt to repair the user table if any damage has been done to it. |
#5
|
|||
|
|||
![]()
Since the ID is unreliable for sorting over time, it shouldn't make a difference, albeit it'll look funky.
|
#6
|
|||
|
|||
![]()
Ok pals, thanks a lot!
However, which is the explanation to unsorting? And I'm not talking about deleting IDs... It's just that I may have user ids like this now: 2 3 165 4 5 200 6 201 202 7 8 when they used to be correlative... Thanks! |
#7
|
|||
|
|||
![]()
If you mean when new users are registering then it could be the unfortunate side effect of dropping and readding an auto_increment.
Was this from a vB3 upgrade? Also did you transfer the dump just as at http://www.vbulletin.com/manual/movingservers.html ? |
#8
|
|||
|
|||
![]()
No, I was just moving a 2.2.0 DB VB....
And yes, more or less i followed the paths in the Members area... Which side effect is this? How will this affect the db, performance, results or future corruption? I had a very similar issue on a DB created from scratch, that would exim the server transfer "bug", what should this be then?? Thanks! |
#9
|
|||
|
|||
![]()
Not sure what would happen other than freaky relationships between data over the next few days or so, depending on how busy your forum is and how much data gets filled in (if what I think is happening is really happening).
On another note, unless you enjoy getting hacked, upgrade to 2.3.0 as soon as superhumanly possible. |
#10
|
||||
|
||||
![]()
2.2.0 damn. i would definatly upgrade to 2.3.0 it would be alot of hacking but it would be worth it
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|