Skip to content

Commit 4164cb0

Browse files
committed
dumpand restore Update
1 parent aab7712 commit 4164cb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/mariadb/howto-migrate-dump-restore.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ To back up more than one database at once, use the --database switch and list th
7474
```bash
7575
$ mysqldump -u root -p --databases testdb1 testdb3 testdb5 > testdb135_backup.sql
7676
```
77-
To back up all the databases in the server at one time, you should use the --all-databases option.
78-
```bash
79-
$ mysqldump -u root -p --all-databases > alldb_backup.sql
80-
```
8177

8278
## Create a database on the target server
8379
Create an empty database on the target Azure Database for MariaDB server where you want to migrate the data. Use a tool such as MySQL Workbench, Toad, or Navicat to create the database. The database can have the same name as the database that is contained the dumped data or you can create a database with a different name.

0 commit comments

Comments
 (0)