0
  • Mamp Pro 4.3 Licensed.
  • Katalon Studio 5.2
  • MacOS High Sierra 10.13

Im having this issue: enter image description here

This is my mamp ports: enter image description here

I have already tried:
jdbc:mysql://localhost:3306/DB_NAME
jdbc:mysql://127.0.0.1:3306/DB_NAME
jdbc:mysql://127.0.0.1:8888/DB_NAME
jdbc:mysql://127.0.0.1:8889/DB_NAME

KD.S.T.
  • 573
  • 1
  • 5
  • 27

1 Answers1

1

Try jdbc:mysql://localhost:8889/DB_NAME

JanZ
  • 584
  • 2
  • 13