3
Hi there!
Look for the file -> /mainfile.php
Then find strings shown below - there is an answer :)
// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'user');
// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'pass');
// Database Name
// The name of database on the host.
define('XOOPS_DB_NAME', 'dbasename');
regards,
wodnick