Rather than installing Apache, MySQL, and PHP individually, XAMPP is an integrated development enironment that combines all three (and more) into one easy installation. Download XAMPP and install it into the default “c:\xampp” directory. Set apache and mysql to start as services. Start XAMPP and browse to “http://localhost/” and you…
2 CommentsTag: MySQL
Now that I have my tikiwiki running on a Linux AS4 server and having felt the sting of having to recover it, I have incentive to create an automated daily backup of the mySQL database. I have decided to do the backup using a simple shell script and schedule it…
8 CommentsInstalling Apache and PHP Install Apache HTTP Server If you don’t install it as a windows service, you can control it using the command line: Start Apache: Run httpd.exe to start the server Stop Apache: Hit CTRL-C in the httpd.exe console window to stop it Install PHP add php install…
Leave a Comment