mmcgennity Posted August 19, 2013 Share Posted August 19, 2013 Hi, Where, within prestashop can I find the name of the database I have used? It's been a while since I used it and I just need to check it. Many thanks. Malcolm Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 open file: config/settings.inc.php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'prestadatabase'); define('_DB_USER_', 'myuser'); define('_DB_PASSWD_', 'PASSWORD_HERE'); define('_DB_PREFIX_', 'ps_'); 1 Link to comment Share on other sites More sharing options...
mmcgennity Posted August 19, 2013 Author Share Posted August 19, 2013 Many Thanks, Worked a treat. Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 thanks for information that this is what you were looking for im going to mark this topic as [sOLVED] and im going to close it. best regards Link to comment Share on other sites More sharing options...
Recommended Posts