Install A Program For Mac Os X 10.7 On Linux

New Mac OS Installation If you are installing Mac OS X Lion on a new partition or hard disk, then there are no special precautions to take. Download the latest version of Syncovery after completing the installation of OS X Lion.

Mac Os X Download Free

Active3 years, 2 months ago

I am trying to install MySQL 5.1. I am on Lion, and when I remove all files associated with MySQL on my machine it still tells me that I have a newer version installed when I try to install it from the DMG file.

Has anyone successfully installed MySQL 5.1 on Lion?

I found a solution using Homebrew:

  1. Completely remove MySQL from your system (just in case)Source:https://stackoverflow.com/questions/1436425/how-do-you-uninstall-mysql-from-mac-os-x
  2. Install homebrewSource: https://github.com/mxcl/homebrew/wiki/installation
  3. Install MySQL 5.1 via brewif that doesn't work, do this:Source: https://stackoverflow.com/questions/4359131/brew-install-mysql-on-mac-os/6399627#6399627
  4. Make MySQL Work
    1. Create mysql.sock file
    2. Install MySQL default tables...or your path
Run linux on mac os
Community
xisalxisal

migrated from stackoverflow.comSep 7 '11 at 0:48

Install A Program For Mac Os X 10.7 On Linux

This question came from our site for professional and enthusiast programmers.

1 Answer

Have you tried this.

Download the 64-bit DMG version of MySQL 5.1.x (or 5.5.x) for Mac OS X 10.6 from the official MySQL site and install the package, the startup item and the preference pane.

Add /usr/local/mysql/bin to the path:

And add:

At the top of file. (Note that we set EDITOR whilst we are here so that svn is happy!)

Set up MySQL root password:

Mac Os X 10.7 Download Free

Clear the history file by typing history -c so that {new-password} isn't in plain text on the disk.

Now ensure that the mysql.sock file can be found by PHP:Ensure that MySQL is running

JakeGould
35.1k10 gold badges112 silver badges152 bronze badges
wizlogwizlog

Run Linux On Mac Os

10k14 gold badges62 silver badges112 bronze badges

Mac Os X Download

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