You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mariadb/howto-migrate-dump-restore.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ajlam
5
5
ms.author: andrela
6
6
ms.service: mariadb
7
7
ms.topic: conceptual
8
-
ms.date: 12/02/2019
8
+
ms.date: 2/27/2020
9
9
---
10
10
11
11
# Migrate your MariaDB database to Azure Database for MariaDB using dump and restore
@@ -17,10 +17,10 @@ This article explains two common ways to back up and restore databases in your A
17
17
To step through this how-to guide, you need to have:
18
18
-[Create Azure Database for MariaDB server - Azure portal](quickstart-create-mariadb-server-database-using-azure-portal.md)
19
19
-[mysqldump](https://mariadb.com/kb/en/library/mysqldump/) command-line utility installed on a machine.
20
-
- MySQL Workbench [MySQL Workbench Download](https://dev.mysql.com/downloads/workbench/), Toad, Navicat, or other third-party MySQL tool to do dump and restore commands.
20
+
- MySQL Workbench [MySQL Workbench Download](https://dev.mysql.com/downloads/workbench/)or another third-party MySQL tool to do dump and restore commands.
21
21
22
22
## Use common tools
23
-
Use common utilities and tools such as MySQL Workbench, mysqldump, Toad, or Navicat to remotely connect and restore data into Azure Database for MariaDB. Use such tools on your client machine with an internet connection to connect to the Azure Database for MariaDB. Use an SSL encrypted connection for best security practices, see also [Configure SSL connectivity in Azure Database for MariaDB](concepts-ssl-connection-security.md). You do not need to move the dump files to any special cloud location when migrating to Azure Database for MariaDB.
23
+
Use common utilities and tools such as MySQL Workbenchor mysqldump to remotely connect and restore data into Azure Database for MariaDB. Use such tools on your client machine with an internet connection to connect to the Azure Database for MariaDB. Use an SSL encrypted connection for best security practices, see also [Configure SSL connectivity in Azure Database for MariaDB](concepts-ssl-connection-security.md). You do not need to move the dump files to any special cloud location when migrating to Azure Database for MariaDB.
24
24
25
25
## Common uses for dump and restore
26
26
You may use MySQL utilities such as mysqldump and mysqlpump to dump and load databases into an Azure Database for MariaDB server in several common scenarios.
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.
79
+
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 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.
80
80
81
81
To get connected, locate the connection information in the **Overview** of your Azure Database for MariaDB.
0 commit comments