QueryMac needs a small local proxy to reach your MySQL instance. Set it up in 3 steps:
① Install Node.js dependencies (once)
npm install express mysql2 cors
② Run the proxy server (proxy-server.js)
node proxy-server.js
③ Open QueryMac.html in your browser, click Connect, enter credentials
The proxy-server.js file was downloaded alongside this file.