MySQL
How to backup a table in MySQL database and copy to another database
Posted on December 10, 2009 by Fuad NAHDI
and has no comments yet.
Sometime you want to backup a table and all its contents in MySQL Database and then you might want to restore or copy the table to different MySQL database
Read moreHow to change MySQL root password
Posted on December 10, 2009 by Fuad NAHDI
and has no comments yet.
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 moreQuick Install MySQL from source distribution
Posted on August 3, 2009 by Fuad NAHDI
and has 1 comment.
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
