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
Thank you , I guess the backup failed , I will try again a restore backup
Then I will steal your time again 🤠
Good morning crazycat

I import the database new and got this message

SQL Error:
1146 - Table 'gtmcbslg_name.gtmcbslg_datacache' doesn't exist
Query:
SELECT title,cache FROM gtmcbslg_datacache


How to rename the mybb0_datacatch
Into 
gtmcbslq_datacatch


Have a nice day
Crazycat gave you the solution in second post of this thread

(2023-06-26, 11:44 AM)Crazycat Wrote: [ -> ]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

your table prefix in your database is mybbr0_

your table prefix in your inc/config.php is gtmcbslg_

you can change the prefix in the database, this is a lot of work, all tables has to be modified

or you change the prefix in the inc/config.php which is done in seconds
Thanks to all, working now
Pages: 1 2