![]() |
// 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. |
i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net
|
|
Quote:
|
Quote:
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. :) |
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.
|
You're not supposed to create a `user` table!! :eek:
Just run this query (add a column to the user table): Code:
ALTER TABLE user ADD selforum BLOB NULL; |
All times are GMT. The time now is 09:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|