Lets share love

How ? copy url of this blog and share in your social network :) simple

Lets share love

How ? copy url of this blog and share in your social network :) simple

Saturday, June 21, 2014

database backup from cmd prompt


->  go to mysql/bin

->   $ mysqldump -u root -p databaseName > backupJune15.sql

-> your backup will be created in BIN folder with name backupJune15.sql