up vote 4 down vote favorite
1
share [g+] share [fb]

If so where can I find the installation?

link|improve this question
feedback

migrated from stackoverflow.com Sep 8 '09 at 19:43

This question came from our site for professional and enthusiast programmers.

6 Answers

no, it isn’t—only on server version:

http://developer.apple.com/internet/opensource/osdb.html

link|improve this answer
feedback

It's not installed by default in Mac OS X 10.5. You can install it via a package manager like MacPorts, or from the package on the MySQL web site.

link|improve this answer
feedback

I do not believe it is. The easiest thing to do is to download it from here (mysql.com) I install both it and the startup item included in the package.

link|improve this answer
feedback

It's not installed in 10.6 either.-

link|improve this answer
feedback

If you follow these instructions, you can install MySQL by hand on Snow Leopard. (There are versions of the instructions for Leopard accessible on the site as well). It also contains instructions for registering MySQL with launchd, allowing you to just forget about it (it will be running if your computer is running), and also turn it off when you need to do so.

link|improve this answer
feedback

As a side note: when using Time Machine you may be interested in excluding the log files, which by default are hidden in a directory that even an admin account cannot access:

ls -la /usr/local/mysql-5.0.51a-osx10.5-x86
[..]
drwxr-x---   4 _mysql  wheel    136 Jul 10 23:06 data
[..]

Or, change the MySQL settings to move the logs to some temp folder.

(To remove existing MySQL log files from the backup disk, you need to run Time Machine as root.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown