Skip to content

Commit

Permalink
➕ add database export
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Jul 30, 2021
1 parent b52de5d commit a785ad4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sheets/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ Run database import file on server (corresponding to the phpMyAdmin importer)
```bash
mysql -u database_user -p database_name < file.sql
```

Create database export file

```bash
mysqldump -u database_user -p database_name > file.sql
```

0 comments on commit a785ad4

Please sign in to comment.