MySQL Prepared Statements

Prepared statements are the ability to set up a statement once, and then execute it many times with different parameters. …

Changing MySql User Password

The mysqladmin tool can be used for changing MySql user’s password. The following line of code will change the user1′s …

Revoking MySQL Root Privilege

If we lost the root privilege or password, it can be retrieved by the following steps :
Stopping MySQL :
Shell Command
/etc/init.d/mysqld …