The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP in mySQL
hi i was woundering if anyone knows how i can do this
the prob is that i accidently deleted userid1 which was me and all my 700 and odd posts went to userid0 = guest so i reimported my self and all my posts are still guest i was woundering if anyone knoe how you can Mass select posts in mySQL only ones by me and mass change them to userid1 thanx in advance. |
#2
|
||||
|
||||
UPDATE posts SET userid='1', username='yourusername' WHERE userid='0'
or whatever it is equal to. |
#3
|
||||
|
||||
Quote:
Use this: Code:
UPDATE post SET userid=1 WHERE username='YourUsername'; |
#4
|
|||
|
|||
thanx guys worked a treat
|
#5
|
|||
|
|||
is there anyway of making the posts and threads off a Old DataBase in the right order to add to a new database with posts already on it
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|