0

I am new on Vitess and I am trying move my mysql database on Vitess. I followed local installation instructions of vitess. I can connect mysql on local pc but when I try to connect from different pc that is on same local network, It is giving access denied error. Anyone knows what is the issue?

Connection from local pc;

enter image description here

. . .

Connection from different pc that is at same local network; enter image description here

doğan
  • 339
  • 1
  • 4
  • 15

1 Answers1

1

You need to connect with same port 15306

user1760952
  • 73
  • 1
  • 6