The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I added a mod which made some new columns in my MySQL database under the field User. I am uninstalling the mod. How do I delete those columns? thnx (columns = pettype, petname, and petgender
|
|
#2
|
||||
|
||||
|
install phpmyadmin and delete em manually..
|
|
#3
|
||||
|
||||
|
[sql]ALTER TABLE user DROP pettype, DROP petname, DROP petgender[/sql]
|
|
#4
|
|||
|
|||
|
thnx for the help, mr e
Just curious, do the extra columns slow down the forum performance any?
|
|
#5
|
||||
|
||||
|
i doubt 3 columns would slow it down a noticable amount
|
|
#6
|
|||
|
|||
|
thnx man
I'll be installing the RPG hack by bitsy soon ... so I'm gonna be probably adding 50 tables
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
hehe
|
![]() |
|
|