Install Apache, PHP with SSL and MySQL support on PC-BSD 8.0 / FreeBSD 8.0

I want to share you on how to install Apache and PHP with SSL support on PC-BSD 8.0. I use the current stable version of Apache (version 2.2.14) and PHP (version 5.3.2) using PC-BSD 8.0 as the operating system. This article should be applicable to install them on Linux (Slackware, Centos, Ubuntu, Fedora, Redhat, etc) or other BSD varian (NetBSD, OpenBSD). The MySQL database was installed during system installation.

Read more

How to change MySQL root password

In some cases you might want to change or reset MySQL root password. To do this there are two ways, using mysqladmin command or using UPDATE sql command

Read more

Quick Install MySQL from source distribution

This tutorial will show you how to install MySQL server from source distribution. I use Linux for this tutorial but it should be application in other UNIXs operating system.

Read more