View Full Version : question about MySQL
Dribbles
02-17-2003, 04:35 PM
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
Xenon
02-17-2003, 04:50 PM
install phpmyadmin and delete em manually..
ALTER TABLE user DROP pettype, DROP petname, DROP petgender
Dribbles
02-17-2003, 06:21 PM
thnx for the help, mr e :) Just curious, do the extra columns slow down the forum performance any?
i doubt 3 columns would slow it down a noticable amount
Dribbles
02-17-2003, 06:42 PM
thnx man :) I'll be installing the RPG hack by bitsy soon ... so I'm gonna be probably adding 50 tables :)
Bitsys
02-17-2003, 07:05 PM
Originally posted by Dribbles
thnx man :) I'll be installing the RPG hack by bitsy soon ... so I'm gonna be probably adding 50 tables :)
Well, its not quite that bad. Only 15 new tables and some modifications to the user table ;)
Dribbles
02-18-2003, 07:37 PM
hehe
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.