Is there an osx mysql gui, which can run a script containing multiple statements, and will display the plain text output from the database, rather than in an excel like grid?
I want to be able to see error messages and multiple sets of data all in the same window as I can when using the windows sql server client.
Sequel pro seems to get a lot of recommendations, I like sequel pro, but have found that it won't display multiple record sets, and won't call procedures which return record sets, and it doesn't seem to allow multiple documents open.
I realise that the command line tool is available, but would like the convenience of a text editor. Perhaps there are some scripts to integrate a text editor with mysql that can do this? I am currently manually running my saved files:
mysql> . /Users/compoundeye/Documents/dev/script.sql
but it would be nice to be able to just run selected text without saving.
I have textmate, and would be very happy if i could get the sql bundle to do what i want, but it doesn't seem to allow compound statements or stored procedures which return record sets.
does anyone know of alternate scripts for a text editor?