0

No matter what I do, I can't seem to make it connect. I can't decompile it; so it'd be very helpful to see what it sends.

MySQL Workbench logs some stuff but doesn't seem to have very verbose logging for every attempt to connect, for instance.

Stian
  • 1,261
  • 2
  • 19
  • 38
dsp_099
  • 5,801
  • 17
  • 72
  • 128

1 Answers1

1

Try MySQL Proxy.

It sits between MySQL server and the client allowing you to monitor the communication.

Dojo
  • 5,374
  • 4
  • 49
  • 79