MYSQL Dump from Command Line

Back up your database from the command line using mysqldump. This works in most Linux based terminals / SSH.

  [uname] Your database username [pass] The password for your database (note there is no space between -p and the … Continued