Hello Community, I was wondering if there is a way to backup my mysql database.
http://lmddgtfy.net/?q=mysql%20backup%20and%20restore
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.