MySQL install steps at https://trac.macports.org/wiki/howto/MAMP; what is basedir??
Bradley Giesbrecht
pixilla at macports.org
Tue Sep 16 09:08:56 PDT 2014
On Sep 16, 2014, at 8:32 AM, Murray Eisenberg <murrayeisenberg at gmail.com> wrote:
>
> On 15 Sep2014, at 5:15 PM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
>> ...I haven't been very involved with MySQL in awhile. I handed the MacPorts MySQL ports over to Bradley (pixilla) a couple years ago.
>>
>> I didn't originally write the MAMP wiki page and my preference would be for it to be rewritten in separate pages (one for PHP, one for MySQL) and updated for the current versions of those ports.
>>
>> ****
>
>> The instructions in that page to chown using the "mysql" user date from OS X 10.4 and earlier. As of OS X 10.5, the user changed to _mysql.[EMPHASIS ADDED]
>> ***
>
>>
>> I think the wiki is a great place to gather information about how to use ports. Feel free to edit pages or create new ones.
>
>
> The port file at
>
> https://trac.macports.org/browser/trunk/dports/databases/mysql56/Portfile
>
> includes:
>
>
> if {"darwin" eq ${os.platform} && ${os.major} > 8} {
> set mysqluser _mysql
> } else {
> set mysqluser mysql
> }
>
> Doesn't that mean that the change in name of the "mysqluser" is in fact as of OS X 10.8 rather than as of 10.5?
>
> If so, I'll edit the wiki page accordingly.
>
> If not, is the port file code wrong?
Darwin release numbers [1] are not the same as OS X release numbers. The variable os.major refers to the first number in the Darwin release of the form major.minor.release.
So " ${os.major} > 8" is greater than Darwin 8 or OS X 10.4 "Tiger".
[1] http://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history
Regards,
Bradley Giesbrecht (pixilla)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20140916/186ddfe1/attachment.sig>
More information about the macports-users
mailing list