awesome-cheatsheets/databases/mysql.sh

6 lines
264 B
Bash
Raw Normal View History

2020-06-21 16:03:59 +00:00
# *****************************************************************************
# BASICS
# *****************************************************************************
mysqldump -h hostname-of-the-server -u mysql_user -p database_name > file.sql # Dump database