When logged in using the PHPMyAdmin web applications that are hosted on the server (http://HOSTNAME/webapps/phpmyadmin), appears an error message "Invalid hostname". And I've put the database username and password are correct.
Solutions / answers
For security reasons, you need to use the HOSTNAME owned by the same account with the account you use to create the MySQL database in question.
For example, your hosting account is t10000. This account is the domain example.com. In this account you create a database t10000_db1. Meanwhile, let's say you have another hosting account that is t20000. Domain account is example.org. In this account there t20000_db2 database.
So to manage t10000_db1 database, you need to access and not http://example.com/webapps/phpmyadmin http://example.org/webapps/phpmyadmin, because t10000_db1 databases owned by t10000 account, the domain is example.com and not example.org. Database and vice versa need to belong to another account accessed from a domain / hostname respectively.
Tidak ada komentar:
Posting Komentar