Solved: 3 Years, 1 Month, 3 Weeks ago Multiple MYSQL databases problem
#1
Solved: 3 Years, 1 Month, 3 Weeks ago
Im changing my hosting provider (move to new1) and my forum domain.Im a nob regarding this administration work and my co isnt online anymore Sad  to ask for help.
Through cpanel (PHPmyadmin) I see that 8 mysql databases are listed with various sizes and names,how can I find the right database ?

Thanks and sorry for my bad  English...

regards
Reply
#2
Solved: 3 Years, 1 Month, 3 Weeks ago
If you already have a running forum, look into file ./inc/config.php. It contains your database host and name:

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'DATABASE';
$config['database']['table_prefix'] = 'mybb_';
$config['database']['hostname'] = 'HOST';
$config['database']['username'] = 'USERNAME';
$...

You can double check the correct database when looking for table names using the table_prefix.

[ExiTuS]
Reply
#3
Solved: 3 Years, 1 Month, 3 Weeks ago
Thanks alot Sir !

my board isnt online since sunday,domain wasnt extended from my hosting provider without any reason,all payments was made before due date and the not answering on my tickets...

I have follow Your instructions and have access this config file from cpanel (still active til may) with the file manager and found the mysql database name there.

Thanks again and stay well

best regards
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)