Question

Can anyone recommend a MySQL front end client or OS X that is AppleScriptable? Preferably low cost or free.

Was it helpful?

Solution

I would suggest just using the command-line mysql client and using the do shell script command in applescript to invoke it:

do shell script "mysql -e 'select * from customer'"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top