Home:ALL Converter>MySql Remote server connection access denied

MySql Remote server connection access denied

Ask Time:2015-05-01T22:48:37         Author:user2469133

Json Formatter

I have created a free application using openshift, and created MySQL and phpmyadmin cartridges and inside my phpmyadmin I have gave access to all users from anywhere with all privileges now the problem is when I try to connect from my local MySQL workbench i get connected but I don't see my tables I have created in remote server using phpmyadmin and I can't do any action at all like creating schemas or tables where i get

ERROR 1044: Access denied for user ''@'localhost'

Remember that I allowed all privileges for any user, but I still get access denied for any action except only for the database connection.

Author:user2469133,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29989111/mysql-remote-server-connection-access-denied
yy