MySQL on mac

eliezer

Registered
can you use mysql on mac?

how do i get it onto my computer?

(g5 1.6 ghz, 10.3.9)

also what database software can you use on mac (like access for windows)?
 
I find the serverlogistics installations to be straightforward and useful. You can get Apache 2 (though the mac has Apache 1.3) PHP and MySQL. You'll also find a great front end for MySQL called Cocoamysql. http://www.serverlogistics.com

Other databases (analagous to Access) include Filemaker Pro. Macupdate.com and versiontracker.com are good resources for all sorts of free-share-commercialware for the Mac.

***
CocoaMySQL is not available on the serverlogistics site, but you can find it at macupdate here
 
I'd stear clear of them if I were you. They don't install with the same configurations as the standard installation packages, and that usually means it'll be less easy to get useful help from others on forums like this.

If you want to install an application, get the installer from the manufacturer instead, in this case MySQL AB, at http://dev.mysql.com/downloads/.

There you'll find not only several versions of the server, but also an administration application with a nice GUI, "MySQL Administrator" free of charge.

Note that the applications from MySQL AB generally come with "dual licensing", which means you can choose between free software/open source GPL or a commercial license.

The only other thing you'll need, is a simple utility to enter and edit data in your database, if you don't like using the command line interface or scripting solutions (i.e. PHP, Perl etc). Go get "YourSQL" from Magister Ludi at www.mludi.net, it's free and open source, and complements MySQL Administrator perfectly.

A good place to get help to dig deeper is the MySQL forum at Marc Liyanage's site:
http://www.entropy.ch/phpbb2/viewforum.php?f=1
 
Back
Top