docs(mysql): initialize cheatsheet

This commit is contained in:
Julien Le Coupanec 2020-06-21 18:03:59 +02:00
parent 8d9071dff6
commit f49d6e026b
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Feel free to take a look. You might learn new things. They have been designed to
#### NoSQL
- [MySQL](databases/mysql.sh)
- [Redis](databases/redis.sh)
</details>

5
databases/mysql.sh Normal file
View File

@ -0,0 +1,5 @@
# *****************************************************************************
# BASICS
# *****************************************************************************
mysqldump -h hostname-of-the-server -u mysql_user -p database_name > file.sql # Dump database