MyBB Community Forums

Full Version: DATABASE PROBLEMS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi 
I got new hoster and restore my old forum backup 
Public_html folder and database backup are done 
Settings in config.php are done also 
But with the table_prefix I have problems 

That's the error message 
SQL Error:
1146 - Table 'gtmcbsl_myforum.mybbr0_datacache' doesn't exist
Query:
SELECT title,cache FROM mybbr0_datacache

How and what to set as table_prefix ? 
Do I have to set myself "mybbr0_" ?
If yes , how?

Hope I post my thread in the right forum .


Thanks to all in advance 
You can find the setting in inc/config.php, the line is $config['database']['table_prefix'] = 'mybbr0_';

Modify it to suit your real prefix in the database
Thank you Crazy at

The table_prefix mybbr0_

I can find in inc/config.php
But what I have to set now ?
I check in the query of the database but there is nothing
Do o have to set the mybbr0_ ?

Thank you in advance
Which tables have you in your database ? How are they named ?
Good morning
No idea , I'm a newbie, I even don't know what means table_
What they are good for
Have you any way to access to your database, like phpMyAdmin ?
Yes I have access to the databank phpMyAdmin
So make a snapshot of your database to show us how it is.

It must look like the following picture.
[attachment=46105]

In my case, the prefix is "mybb_"
Looks like there are no tables , I did a database backup . Maybe it was unsuccessful
Did you import your backup into your new hoster ?
You have to do that.
Pages: 1 2