I have created at new MySql database, and it shows up in the format of:
myaccount_newmysqldatabaseThen when I want to create a new user, the format shows as:
myaccount_newusername@000.000.000.00I am now trying to install a PHP program into that new database. When I enter the database name and account name as shown, with an eight digit password that I have verified, I keep getting error messages that the new program can not connect to the database.
I have tried various iterations of the database name such as "newmysqldatabase" or the user name as "newusername" or as "myaccount_newusername".
None of these iterations have worked.
So, I guess the question is, what IS the database name and what IS the correct format to use for the user name?
thanks!