MySQL GUI tools review for Mac OSX: MySQL GUI Tools Bundle by MySQL: 4/10 ; you can see your db, and do any and all maintenance. Loses marks because its not a designing tool and the query tool is awful. However, this is probably the tool I will use to monitor, deploy, and maintain MySQL instances. Eclipse Database Designer by Visual Paradigm: its commercial, so skipping. Navicat : looks very capable, but its commercial, so skipping. Cocoa MySQL : 6/10 very minimal but highly functional at the same time. No designing mode, but I'm giving up my search and going with Cocoa for now.
Posts
Showing posts from April, 2008
- Get link
- X
- Other Apps
The process of posting the completed source code REST based authentication in RoR on google code (google code may be replacing sourceforge.net one day..) took some tinkering on the Mac. Here are some gotcha's / tutorial-light: 1. Download svnx (alternate subversion client list ) 2. Sign up for googlecode 3. Accept the new site's certificate through a terminal window ( #svn list https://restfulauthentication-ror2.googlecode.com/svn/trunk/ ) - you have to do this because the certificate isn't considered valid due to the certificate non-explicit naming of the https server 4. follow the steps on wikihow for a good how-to use svn on the mac - deviate step 4 to the new google code's repository address 5. check in an RoR project by either using this shell script (file | save as, chmod +x, etc) as y ou initially create a RoR project (it is designed for starting a new RoR project). 6. if you have a RoR project already, clean up the check in using the same methods detailed ...