leinad256 said:
The Entropy web site is always my first port of call after doing a big fresh install of my system.
Be warned: the installation instructions for MySQL on the Entropy site a little cryptic and you could end up messing the whole thing quite easily.
There aren't any specific instructions for Panther [OS X 10.3]
PHP is a doddle to install, that really is a double-click and you're done sort of thing.
For MySQL, follow points 1 to 4 on the Entropy site, but don't run the last 2, or you'll mess everything up:
1) Download the package mentioned above to your desktop. Unpack it and then double-click on the .pkg file to install it.
2) Open a terminal window and type in the following commands (without the double quotes):
3) type cd /usr/local/mysql
4) type sudo chown -R mysql data/, enter your Mac OS X account password when asked for it.
Then, skip to the points into outline box beneath; this is to shorten the command line path for MySQL. The rest is pretty easy after that.
From the package -- that you'll undoubtedly download -- there'll be another installer. That's to make MySQL launch every time after you restart.
If you've passed through all of this error-free, I'd advise a restart just to set stuff up properly.
Hope that helps?..