AMiRU
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by AMiRU-
AMiRU commented,
remote hostname
-
AMiRU commented,
This work mysql -u username -p This don't work with "Access denied for user 'username'@'localhost' (using password: YES)" mysql -u username -h localhost -p
-
AMiRU commented,
That work. It's just that when DB Host in wp_config.php for example, is configured as "localhost" instead of the remote mysql server's hostname; it failed with Access denied for user 'user'@'loca...
-
AMiRU commented,
Sorry for bumping an old thread, I'm having similar issue, old apps using db localhost aren't able to connect to the new remote mysql server Is there a better way to handle this?