Monthly Archives: September 2012

Changing MySql Database root Password

To change MySql database root password We have to restart MySql server with skip_grant_table option. Edit my.cnf for linux file or my.ini file for windows and add following line in this file. skip_grant_table=1skip_grant_table=1 Then restart MySql Service. After restart you can log in MySql server without using password. Change root password by running.

Mounting vmfs Formatted Disks to Windows Machine

I used java based code to mount vmfs disk as read only. All extra information and usage details can be found at this website. I have java installed at “C:\Program Files (x86)\Java” I have downloaded java code and copied in “C:\Program Files (x86)\Java\jre6\bin” in vmfs_r95 folder. Now you can run java code by executing following: