The Problem With MySQL
Recently, I was assigned a 2 week sprint as part of a dev team. We were to build an app from scratch (our first), from blan...
For further actions, you may consider blocking this person and/or reporting abuse
Sequel Pro has a few problems:
At my place, we switched to using Table Plus to get round the bugs in Sequel Pro, but that's not a wonderful solution either because it's non-free.
MySQL workbench is probably the best solution because it's cross-platform and free, but it has its own bugs (sometimes it even crashes the MySQL server, but that's more an indicator that the server needs work...)
All fair points! To my credit- 1) I'm on a mac 2) It was refreshing to use a GUI after so much terminal spelunking 3) It does not support the newest versions of SQL PRO as far as I know, but we're using 5.7 so that wasn't an issue 4) I'm a greedy boy, and since SQL PRO fit my very specific needs, I love it.
I was looking at using MySQL workbench, actually...but the Sequel PRO docs were speaking to my immediate needs so I tried that out instead. I'll check out workbench next!