Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Error connecting with MySQL - Server is duplicated

Hi people,   I've been trying to connect in a DB in MySQL and I haven't been able to solve this trouble.   The MySQL connector was installed successfully and when I try to establish the connectio...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I've solved this situation by doing 2 steps:

     

    First - I've removed the connector on version 8.0.20 and I've installed version 8.0.15. After these installation different errors begin to show, such as "Unable to connect to any of the specified MYSQL Hosts".

     

    Second - I've changed the way to connect on the DB. I've been tried as 'xxx.xxx.xxx.xxx,xxxx' and I've changed to 'xxx.xxx.xxx.xxx:xxxx' replacing the comma with a colon (important: I've had tried this before installing the version 8.0.20 and it hasn't worked, just with the version 8.0.15 everything worked well)

     

    Thanks to v-deddai1-msft  and lbendlin  for your answers 🙂