Komodo 6 come with an add-on that allow Database Explorer to work with MySQL, this is a very useful and handy tool when developing web application.
1. Download the extension from ActiveState website: http://community.activestate.com/xpi/mysql-database-explorer
2. Go to Database Explorer (View -> Tabs & Sidebars -> Database Explorer)
3. In the hostname, specify your full path to mysql.sock of your XAMPP installation (mine is /Applications/xampp/xamppfiles/var/mysql/mysql.sock), otherwise you will get an error complaining about missing /tmp/mysql.sock

4. Done.
