Re: Problem Accessing to Remote Database

2020-08-06 Thread Marcus Wellnitz
Hi Jibsan, you have to ensure MySQL has bind on all interfaces not only to localhost netstat -patn | grep 3306 And for each additional host you need an extra grant statement (or for the whole network of you have a non gateway VLAN) GRANT (...) TO 'hola'@'' (...) TIP: Install mysql-client on each

Problem Accessing to Remote Database

2020-08-06 Thread Jibsan Joel Rosa Toirac
*Hello Maxim and the rest of the comunity. I have a problem, I'm trying to set up a cluster between two OM nodes. I made the installation and I installed MySQL and it worked fine for the first node. On the other hand, the second one when I go to the installation and I chose the MySQL database type,