Instructions bad for Mac OS users with older mysql versions.
ronabop - July 29, 2008 - 03:28
| Project: | Documentation |
| Component: | Correction/Clarification |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The default install script looks for /var/mysql/mysql.sock, which is not where OS X 10.4.11 and MySQL installer for 4.1.18 were installing the socket. To get it to work, I had to:
sudo mkdir /var/mysql
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
..in order to proceed. I'm also filing this as a code bug, I suggest both teams hit it (with a sledgehammer), so that install *and* install docs cover this.

#1
Changed the component to reflect the new component categorization. See http://drupal.org/node/301443
#2
ronabop, could you post a link to the page you're referring to? That'll be a big help. Thanks!
#3
I am going to set this to fixed. No info was provided by the original poster, its a year old issue, and its admittedly an issue with out of date software.
In addition the OP can now fix it himself. However I will even assign it to me if I can get the details on what page to fix.
#4
oops fixed
#5
I did a search on mysql.sock to try and figure out which page(s) this might relate to. It looks like there are several pages that correctly address this issue, and some that don't.
Pages I think probably/possibly need editing to fix this issue:
- http://drupal.org/node/22674 (see comments that probably need to be incorporated)
- http://drupal.org/node/68133
- http://drupal.org/node/129202
- http://drupal.org/node/66187
- http://drupal.org/node/22676 (see comments that probably need to be incorporated)
I am not a MacOS user, nor do I have any knowledge about MySQL sockets, so maybe someone else can figure out how to edit those pages correctly. Meanwhile, I'm setting this issue back to Active, because it doesn't appear that it is fixed.
#6
I am taking myself of the assigned person on this ticket I am not a Mac user.