Let's say I create a new account/domain in my root panel, and the username is siteuser1.
I then login to the user panel and want to install Wordpress addon, under Advanced i specify username for the database as DBuser1
Then in my wp-config.php file it will write siteuser1_DBuser1 as user login for the database.
define( 'DB_USER', 'siteuser1_DBuser1' );
But then when you want to run the initial installer for Wordpress at "Domain/wp-admin/install.php", it throws database errors.
As soon as i change the user to ONLY siteuser1.
define( 'DB_USER', 'siteuser1' );
Then everything works fine.
I just started testing if CWP is for me, and I just find this strange. But maybe it could be me who still got some messed up settings??.
Running on CentOS 7