[BlueOnyx:23418] Re: Restoring Roundcube operation
Michael Stauber
mstauber at blueonyx.it
Thu Nov 7 20:39:22 -05 2019
Hi Chuck,
> I can't find the database located anywhere in the RoundCube
> config files (did look in /roundcube/config/config.inc.php file).
That's the correct one. In there look for a line that starts with
$config['db_dsnw'] and looks like this:
$config['db_dsnw'] =
'mysql://nwa_kZlKgPCF3DRX:JFIXoVzcDtRT3vMr@localhost/nwa_pRSbxVRfuRAk';
That's what you're looking for.
That's in this format:
'mysql://<Username>:<Password>@localhost/<MySQL-Database>'
So in the above example the MySQL database name would be 'nwa_pRSbxVRfuRAk'.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list