View Full Version : Favorite Forums, but I don't have phpMyAdmin?
Gutspiller
01-28-2002, 07:30 PM
// Step 2.
// Open phpMyAdmin find user table in your forum Database
// Add one column
name selforum
TYPE BLOB
null Yes
So, what do I do if I don't have phpMyAdmin?
Any help on this would be greatly appreciated.
Thanks.
Scott MacVicar
01-28-2002, 07:33 PM
i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net
Lesane
01-28-2002, 07:59 PM
or you could install this hack ;)
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33731&highlight=query
Gutspiller
01-28-2002, 08:00 PM
Originally posted by PPN
i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net
uh, no I can't. :( Also wouldn't that be the hosts job to have it on their server? Even if I could download it, how do I get it to create the table I need? :confused:
Gutspiller
01-28-2002, 08:20 PM
Originally posted by Lesane
or you could install this hack ;)
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33731&highlight=query
*slaps forhead*
I already have that installed too. I am just used to peeps saying run sql query. :o And to think some people respect me. :D
One question though, how do I create the table that it's asking for because I don't know the lines and um code and uh stuff. :)
Scott MacVicar
01-29-2002, 06:17 AM
phpmyadmin is just a script to allow you to mamage and manipulate your databases. There is various links within it to help you create and alter tables.
Admin
01-29-2002, 12:24 PM
You're not supposed to create a `user` table!! :eek:
Just run this query (add a column to the user table):
ALTER TABLE user ADD selforum BLOB NULL;
(I think at least, if it errors on you don't worry ;))
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.