Tag Archives: mysql

Virtual Web Hosting on OSX Leopard

Recently I brought a new iMac for my home development, music, movies, games and general play things. For work I develop Web Applications and with my ISP I have a static IP address, so I decided to set up a … Continue reading

Posted in apple, Code, Technology, work | Tagged , , , , , , | 1 Comment

Using PHP exec to backup mySQL databases.

Backing up your site and files is a Must, and many servers have back-up options available to them. But one thing that is forgotten far too often when backing up your site, is backing up your database. With a blog, … Continue reading

Posted in Code, Technology | Tagged , , , , | 2 Comments

Building a Completely Dynamic site using text files, PHP and no mySQL.

I spent a fair amount of time trying to help people on PHP forums such as webdeveloper.com : Sheldon and one thing I see on a regular basis is over complex systems for basic site structures with people who at … Continue reading

Posted in Code, design, fun, SimpleSite, Technology, work | Tagged , , , , , , , | 1 Comment

Installing PHP5 and mySQL on Mac OSX Leopard

A step-by-step Guide to installing PHP, mySQL and getting them both running together on Apples OSX Leopard. This requires root access and a little Terminal usage. Continue reading

Posted in apple, Code, Technology, work | Tagged , , , , , , , , | 7 Comments