How do I determine which MySQL database my installation of Expression Engine is actually using?

97 views Asked by At

I have an existing installation of Expression Engine version 6 and I am trying to determine which MySQL database it is pointing to. I have several databases and the row counts for the table exp_channel_titles varies, and all are different than the number of rows returned when looking at that table through the expression engine control panel. I would like to confirm which db the system is actually configured to use.

Thanks

Bill

1

There are 1 answers

1
Jelle Dijkstra On

you best look in the config file: /system/user/config/config.php

 array (
    'hostname' => 'localhost',
    'database' => 'my_database',
    'username' => 'my_username',
    'password' => 'my_password',