If so where can I find the installation?
|
up vote
3
down vote
favorite
1
|
|||
|
|
migrated from stackoverflow.com
|
up vote
8
down vote
|
no, it isn’t—only on server version: |
||
|
|
|
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. |
||
|
|
|
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. |
||
|
|
|
up vote
0
down vote
|
It's not installed in 10.6 either.- |
||
|
|
|
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 |
||
|
|
|
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.) |
||
|
|