|
Deleted table in MySQL
|
|
07-03-2009, 06:39 PM
Post: #1
|
|||
|
|||
|
I was trying to sort out some stuff on my forum using phpmyadmin, but I accidentally dropped the table called "mybb_banned". Now my forum doesn't work when you log in. I have thought about re-installing but my whole site is implemented into MyBB. For example, my CMS uses the MyBB login system, so now I can't edit my site. Can anyone send me the default settings for the "mybb_banned" table?
Here is the error message: ![]() Thanks in advance for you help! |
|||
|
07-03-2009, 06:44 PM
Post: #2
|
|||
|
|||
|
RE: Deleted table in MySQL
Just reinstall the file you deleted
|
|||
|
07-03-2009, 06:46 PM
Post: #3
|
|||
|
|||
|
RE: Deleted table in MySQL
I don''t have access to a db now to see the table structure, but if you have a backup file, check the table in question there and recreate it.
Contact me in private only if you need paid help with mybb-related issues. Otherwise, please don''t, unless I invite you to. Thanks
![]() |
|||
|
07-03-2009, 06:58 PM
Post: #4
|
|||
|
|||
|
RE: Deleted table in MySQL
From install/resources/mysql_db_tables.php:
Code: $tables[] = "CREATE TABLE mybb_banned ( |
|||
|
07-03-2009, 08:00 PM
Post: #5
|
|||
|
|||
|
RE: Deleted table in MySQL
Thanks for all your help, but is still not working.
|
|||
|
07-03-2009, 08:06 PM
Post: #6
|
|||
|
|||
|
RE: Deleted table in MySQL
Did you run that query to recreate the table at the SQL box in the phpmyadmin of your forum?
Contact me in private only if you need paid help with mybb-related issues. Otherwise, please don''t, unless I invite you to. Thanks
![]() |
|||
|
07-03-2009, 08:07 PM
Post: #7
|
|||
|
|||
|
RE: Deleted table in MySQL
Do you still get the same error?
|
|||
|
07-03-2009, 08:22 PM
Post: #8
|
|||
|
|||
| RE: Deleted table in MySQL | |||
|
07-03-2009, 08:46 PM
(This post was last modified: 07-03-2009 08:54 PM by Imagine.)
Post: #9
|
|||
|
|||
|
RE: Deleted table in MySQL
Open phpmyadmin and select the database you're using for your forum. From there, click the SQL tab. In the textbox, enter this:
Code: CREATE TABLE mybb_banned (Click go to finish the process. |
|||
|
07-03-2009, 09:12 PM
Post: #10
|
|||
|
|||
|
RE: Deleted table in MySQL
That assumes you use mybb_ as the prefix. Make sure you do.
Join MyBB Central for exclusive plugins. Downloads require a paid membership. Do you need free Mybb Support? |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help

![[Image: mybberror.png]](http://attuxclub.org/mess/sam/mybberror.png)


![[Image: sig.gif]](http://www.forumsecurity.eu/images/sig.gif)

