MySQL

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