Extreme Posted October 21, 2007 Posted October 21, 2007 i dont even know where to begin so i will just ask here. on the phpBB site i was told this.. You have to enter those in the database. Go into phpmyadmin, select your database and then you'll see an SQL icon at the top of the screen. Select that and past the lines beginning ALTER TABLE into that box and hit go. It will edit the database accordingly. Any further questions about specific MODs belong in the topics for those MODs. now i am in the cPanel and found the location he spkoe of but in this line... ># #-----[ SQL ]------------------------------------------ # ALTER TABLE phpbb_users ADD user_rank2 INT(11) DEFAULT '0' AFTER user_rank; ALTER TABLE phpbb_users ADD user_rank3 INT(11) DEFAULT '0' AFTER user_rank2; I know i have to put it in the SQL thinkg and hit go...but do i put all of the line or just what there is behind "ALTER TABLE"? Quote
TCH-Bruce Posted October 21, 2007 Posted October 21, 2007 You need to enter the entire string to the semi-colon and include the semi-colon. Quote
Extreme Posted October 21, 2007 Author Posted October 21, 2007 ok so ALTER TABLE does go in...thx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.