up vote 3 down vote favorite
1

If so where can I find the installation?

flag

migrated from stackoverflow.com

6 Answers

up vote 8 down vote

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

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

link|flag
up vote 4 down vote

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|flag
up vote 0 down vote

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|flag
up vote 0 down vote

It's not installed in 10.6 either.-

link|flag
up vote 0 down vote

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|flag
up vote 0 down vote

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|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.