Cannot Connect to Subserver Databases

Have phpMyAdmin instance installed on its own VS. Have multiple VS's which can connect to their databases without a problem. If I create a subserver under any VS, create a database under that subserver, create an FTP user for that subserver and grant access to the database I cannot connect and see 1045 errors in phpMyAdmin.

Please can you tell me the proper procedure for subservers?

Status: 
Closed (fixed)

Comments

Could you post the full error message you are seeing in phpMyAdmin here?

Also, when you edit that FTP user, is the database you want him to have access to selected?

I finally got it! So simple when you know how :)

Was just had to put username.domain at the phpmyadmin login. Something I'm just not used to.

Thanks!

Yes, that would explain it. Since MySQL has no knowledge of domains, you need to use the full username to login (the same as for FTP and IMAP).

Automatically closed -- issue fixed for 2 weeks with no activity.