mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-23 19:58:02 -08: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
|