mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-06-07 17:34:36 -04:00
6 lines
264 B
Bash
6 lines
264 B
Bash
# *****************************************************************************
|
|
# BASICS
|
|
# *****************************************************************************
|
|
|
|
mysqldump -h hostname-of-the-server -u mysql_user -p database_name > file.sql # Dump database
|