Skip to content

Commit da282fa

Browse files
authored
Merge pull request #87827 from ambhatna/mariadbchanges
dumpand restore Update
2 parents 1267725 + 4164cb0 commit da282fa

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)