Jump to content
xisto Community
honeycomb

How to Backup MySQL Database

Recommended Posts

Thanks for that tutorial, I really needs to backup some databases, but whow I can do that?

<{POST_SNAPBACK}>


Hi,

in your mysql\bin command prompt (ot console) just give this command

 

mysqldump -h <localhost> -u <username> -p <password> --opt mydatabase >backupdb.sql

 

it will work fine buddy

 

Regards

Arunkumar.H.G

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.