mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00: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
|