Hello Community,
I was wondering if there is a way to backup my mysql database.

TnTinMN commented: gee, I to lazy to search for my self, will you spoon feed it to me -1

Recommended Answers

All 3 Replies

Hai Dude,

Yes You can take backup your mysql database through this syntax. Please note it.

$ mysqldump -u [uname] -p[pass] [dbname] > [backupfile.sql]

@TntinMN Thanks for telling me to do what i've already done.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.