Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install MySQL using MacPorts or Mac OS X binary package?

Is there any advantage in using one over the other? Should I use the vendor provided PKG file or use the Darwin Ports version? Is there a general rule of thumb for deciding how to install a package?

like image 826
Abdullah Jibaly Avatar asked Dec 30 '22 06:12

Abdullah Jibaly


1 Answers

I would use the vendor provided package just because of support. I have found that when I have issues with darwinports it is much harder to find support than with PKG based installs.

like image 167
Adam Peck Avatar answered Jan 02 '23 10:01

Adam Peck