
- Mysql for mac os x 10.6 download for mac os#
- Mysql for mac os x 10.6 download mac os x#
- Mysql for mac os x 10.6 download install#
- Mysql for mac os x 10.6 download software#
The results I found for Snow Leopard doesn't work either.
Mysql for mac os x 10.6 download for mac os#
I have tried Googling for the solution but most results show an error with XCode4 for Mac OS Lion or Mountain Lion and I'm running Snow Leopard. However, I am coding mainly on a Mac (the bane of my developer existence) and I have run into a problem with running: python setup.py buildįrom my MySQL-python-1.2.4b4 folder and it's giving me the following error. Your needs may vary.I'm a newbie to Django and I want to run it not with SQLite but with my current MySQL database set up through PHP. It take some time to download and compile this stuff. Each command will list out what it is doing as it performs each step.
Mysql for mac os x 10.6 download install#
Each command is telling MacPorts to go out to a Internet location, download the necessary files to compile the app or extension and then perform the compile and install the app. When you are ready enter the following commands into the Terminal window.ġ. That directory will be created at the root of your hard disk. MacPorts will install, by default, into the /opt directory. This command will also install any dependencies that PHP5 needs. In this step we are going to tell MacPorts to install PHP5 (at the time of this writing the version of PHP available via MacPorts is 5.3.2). Note that it writes out what it is doing in the Terminal window. Keep in mind that the ‘sudo’ command is overriding your standard privileges and allowing the Terminal command to act with your Administrator privileges. A request to enter a password will appear. Start the ‘Terminal’ application and type in: This command keeps the list of ‘portfiles’ on your machine up to date with the list of current ‘ports’ available.Īfter the installer is done go ahead and finish the installation. That is the point about the ‘selfupdate’ command. There is a key point to note in the instructions. Go to the MacPorts web site and download the latest MacPorts installer (a. You don’t need to change any of the options that are selected.ġ. Download the latest version of XCode (comes as. What is happening is that by installing XCode we are getting access to the compiler that MacPorts needs to be able to compile the stuff (Apache2, PHP, etc…) we are going to be installing.Ģ. Note that this takes a bit of space on your machine. Use MacPorts to install the stuff we need.ĭownload and install the latest version of XCode Download and install the latest version of XCodeģ. So, how do we go about installing new builds of Apache2, PHP5.3 with MySQL support and all the PHP extension we need?ġ. In my case I want to replicate the production environment as closely as possible. However, I don’t want to use MAMP if the machine is going to be used for Production.
Mysql for mac os x 10.6 download mac os x#
Apple updates to Mac OS X can and probably will blow out any changes that I might make to the stock build.

Mysql for mac os x 10.6 download software#
The Apple-compiled versions of the software may not meet my needs either through the version installed or through, in the case of PHP, the additional modules that our application requires.ī. The answer to that question is yes…but…there are some other conditions that need to be met:Ī. Well, you might ask, Mac OS X comes with all that goodness pre-installed doesn’t it? I needed Apache/PHP/MySQL installed on my machine When Snow Leopard came out I was faced with a set of problems:ġ.

The server part of the system that our company sells is built to run on Apache(or IIS), PHP and MySQL(or SQL Server or Oracle). Mostly software demonstrations but a bit of development here and there as well. In my job I do a lot of different things. Steps for installing Apache2/PHP5 + MySQL on a Snow Leopard machine using MacPorts. Get the Apache2/PHP5 setup working with Komodo. Install ImageMagick and GhostScript (see article here.)Ĥ. Install Apache2/PHP5 using MacPorts (this article)Ģ. This article will be broken down into the following:ġ.
