Can anyone recommend a MySQL front end client or OS X that is AppleScriptable? Preferably low cost or free.
                +2 
                A: 
                
                
              
            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'"
                  bmdhacks
                   2008-09-25 17:33:55