Jump to content

SQL database name?


Recommended Posts

current database name are stored in file mentioned by mr.suchy

in fact, full path is: config/settings.inc.php

 

there is a list of variables

define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'presta_db');
define('_DB_USER_', 'root');
define('_DB_PASSWD_', 'password_here');
define('_DB_PREFIX_', 'ps_');
...
...
 
red underlined variable is a variable with database name
Link to comment
Share on other sites

×
×
  • Create New...