I've recently migrated some domains from a Plesk 9.5.2 box into a WHM/CPanel (11.30.6.4) one. Everything worked out flawlessly, so both MySQL databases and PHP files were correctly transferred, and email accounts as well.
The strange situation is that under "cPanel > MySQL Databases" I can see the original DBname, but no way to have any reference to originale DBuser (which in this particular case is identical to DBname). Anyway the PHP socket to the DB has been migrated and preserved as it originally was:
// database values
$phpwcms['db_host'] = 'localhost';
$phpwcms['db_user'] = 'string';
$phpwcms['db_pass'] = '*******';
$phpwcms['db_table'] = 'string';
In fact site is up&running, so I do suppose that also "string" DBuser is present, and furthermore I can access phpmyadmin by logging with "string" as DBuser and the corresponding password "*******" as well. I can see the DBname, and manipulate tables, ecc.
On the other hand the box "Current Users" under "cPanel > MySQL Databases" page states: "There are no users associated with your account".

Can someone help in finding where the error resides?
Should I remap DBuser to DBname via WHM?
Thanks in advance!
The strange situation is that under "cPanel > MySQL Databases" I can see the original DBname, but no way to have any reference to originale DBuser (which in this particular case is identical to DBname). Anyway the PHP socket to the DB has been migrated and preserved as it originally was:
// database values
$phpwcms['db_host'] = 'localhost';
$phpwcms['db_user'] = 'string';
$phpwcms['db_pass'] = '*******';
$phpwcms['db_table'] = 'string';
In fact site is up&running, so I do suppose that also "string" DBuser is present, and furthermore I can access phpmyadmin by logging with "string" as DBuser and the corresponding password "*******" as well. I can see the DBname, and manipulate tables, ecc.
On the other hand the box "Current Users" under "cPanel > MySQL Databases" page states: "There are no users associated with your account".

Can someone help in finding where the error resides?
Should I remap DBuser to DBname via WHM?
Thanks in advance!