mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-10-31 18:52:29 +00:00
docs(mysql): initialize cheatsheet
This commit is contained in:
parent
8d9071dff6
commit
f49d6e026b
@ -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
5
databases/mysql.sh
Normal file
@ -0,0 +1,5 @@
|
||||
# *****************************************************************************
|
||||
# BASICS
|
||||
# *****************************************************************************
|
||||
|
||||
mysqldump -h hostname-of-the-server -u mysql_user -p database_name > file.sql # Dump database
|
Loading…
Reference in New Issue
Block a user