Hello Jibsan, you have to go to the OM server via SSH and try `mysql -uuser --host mysql_ext_ip --port 3306 -p`
On Mon, 17 Aug 2020 at 21:52, Jibsan Joel Rosa Toirac <[email protected]> wrote: > > Hello I’m trying to entabláis a connection to a remote database using OM to > setup a cluster. The problem is I have created the database and I’ve created > a user with something like this: > > CREATE USER ... “user”@“om_ip” WHERE .... > > Also I have changed the bind-address on the “my.conf” on the MySQL directory > from “127.0.0.0” to “0.0.0.0” to listen from all. When I install the MySQL > client on the OM node, I ran: > > mysql -u user -h “ip” -p > > Maybe I missed something on the code above. But it successfully make the > connection. Now when I try to use that user, host_ip and password on the OM > installation interface it gives me an error which said in a few words “Can’t > establish(maybe is the wrong word) the connection with Host. Attempted 3 > times without succeed” > > Please if someone cans help me to solve this. > > Sorry for typos, from mobile. > > Greetings, > > Jibsan -- Best regards, Maxim
