Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MrSugar

macrumors 6502a
Original poster
Jul 28, 2003
614
0
Hey there,

I have been using Cocoa Mysql for a while now but I am finding that it runs somewhat slow and doesn't really do all the DB managment I need.

I am looking for a nice GUI MySql manager for OS X. So far the only thing I have found is Navicat, which works pretty well but is pretty expensive, even for edu :(.

I would be curious to know what other people out there use for their MySql management, perhaps you guys have some low cost, or freeware apps that work well.

Thanks.
 
BornAgainMac said:

Thanks for the help but I have tried this one. Unfortunately it doesn't work to well. It consistently puts out "Incorrect Syntax" errors when trying to make even the most basic tables in MySQL.

Any other ideas?
 
Thanks for the help, I don't know if you read my first post but I have tried Cocoa MySql before but it seems to have trouble connecting to remote mysql db's.
 
bigandy said:
i just use phpMyAdmin (www.phpmyadmin.net)

easy to install and configure, and has NEVER failed for me, or any of my customers, on any of my servers, or development machines.

Yeah, I have used phpmyadmin, but I am looking for something that can connect via client side. Unfortunately my school doesn't have phpmyadmin set up on their server :/. And I would use my own but I need coldfusion capability for this particular project.
 
MrSugar said:
Yeah, I have used phpmyadmin, but I am looking for something that can connect via client side. Unfortunately my school doesn't have phpmyadmin set up on their server :/. And I would use my own but I need coldfusion capability for this particular project.

how big is the project? can't you just suck it up and do it by hand.
 
Not much of a choice left for you. The best one I seen out there is navicat. Blah, just use the plain old command line. :p
 
If you learn the command-line way of doing things, you'll be better off to handle anything coming down the road that a GUI may not help you with.

There were some things in Toad that would not work correctly in our 10g environment, then they patched it. Of course, we could work around it in SQL*Plus because we knew how to do it the old-fashioned way.
 
belvdr said:
If you learn the command-line way of doing things, you'll be better off to handle anything coming down the road that a GUI may not help you with.

There were some things in Toad that would not work correctly in our 10g environment, then they patched it. Of course, we could work around it in SQL*Plus because we knew how to do it the old-fashioned way.

Ironically in the new Oracle Education courses for 10g DBA old fashion way isn't even pushed that hard. They really push Enterprise Manager. My guess is so they can make more money cause more people will get through the courses.
 
superbovine said:
Ironically in the new Oracle Education courses for 10g DBA old fashion way isn't even pushed that hard. They really push Enterprise Manager. My guess is so they can make more money cause more people will get through the courses.

That's a very bad idea in my opinion. A DBA who doesn't understand entirely what is happening in the background can be very dangerous.

Another plus to the push of EM is that it is a separately licensed product, which equates to more money for Oracle.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.