OSX Mysql app: Sequel Pro | Comments (5)
Posted in Snippets on 22nd December 2008, 11:39 am by Stuart
Generally these days I’m tending to access mysql from the CLI but when writing a data importer script I needed to be able to see what tables I was accessing from two different dbs. Initially I was looking for an ERD tool but I stumbled across the successor to CocoaMysql, Sequel Pro. It’s both well executed and free which makes it my kind of app!

I’ve also been using Sequel Pro for the last month or so. Apart from the occasional UI glitch whereby the main ‘content’ pane gets messed up until you flick to another tab and back, it’s been working very nicely.
My favourite feature (which wasn’t in the version of CocoaMysql I was using) is Copy Create Table Syntax from the Table menu. This generates the SQL CREATE TABLE statement required to create that table on another copy of the database, and puts it on your clipboard.
have you found an ERD tool btw.?
@matths: No kind of got side-tracked there on that one. Any suggestions, or are you looking for one as well?
Anyone have experience connecting Sequel Pro to a DB on Slicehost?
@jojo: The way to do this is to tunnel the connection via ssh.
See: http://www.whoopis.com/howtos/mysql_ssh_howto.html when the tunnel is up and running you can just connect sequel pro to the local end of the tunnel.