php - ER_ACCESS_DENIED_ERROR from a scaled nodejs application gear to scaled mysql application gear -
i've searched , found many posts setting 1 database use across 2 scaled applications none of suggestions on post have solved problem.
using free openshift account have set 2 applications.
the first php/mysql application mysql on it's own gear (not embedded). can connect mysql application php code on scaled gear , simple database query results back. works expected.
my second application nodejs (sails) application. appears can connect gear has mysql i"m getting error.
details: error: not connect mysql: error: er_access_denied_error: access denied user 'adminxqbuedz'@'172.16.4.243' (using password: yes)
i able telnet nodejs gear mysql gear , positive response back.
i have adjusted mysql database permission user, added other users , still not able connect. can connect form php gear fine both credentials.
has had issue? have ideas how fix it?
Comments
Post a Comment