mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-06-08 01:42:51 -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
|