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
@@ -105,21 +104,21 @@ $ mysql -h mydemoserver.mysql.database.azure.com -u myadmin@mydemoserver -p test
105
104
106
105
## Export using PHPMyAdmin
107
106
To export, you can use the common tool phpMyAdmin, which you may already have installed locally in your environment. To export your MySQL database using PHPMyAdmin:
108
-
- Open phpMyAdmin.
109
-
- Select your database. Click the database name in the list on the left.
110
-
- Click the **Export** link. A new page appears to view the dump of database.
111
-
- In the Export area, click the **Select All** link to choose the tables in your database.
112
-
- In the SQL options area, click the appropriate options.
113
-
- Click the **Save as file** option and the corresponding compression option and then click the **Go** button. A dialog box should appear prompting you to save the file locally.
107
+
1. Open phpMyAdmin.
108
+
2. Select your database. Click the database name in the list on the left.
109
+
3. Click the **Export** link. A new page appears to view the dump of database.
110
+
4. In the Export area, click the **Select All** link to choose the tables in your database.
111
+
5. In the SQL options area, click the appropriate options.
112
+
6. Click the **Save as file** option and the corresponding compression option and then click the **Go** button. A dialog box should appear prompting you to save the file locally.
114
113
115
114
## Import using PHPMyAdmin
116
115
Importing your database is similar to exporting. Do the following actions:
117
-
- Open phpMyAdmin.
118
-
- In the phpMyAdmin setup page, click **Add** to add your Azure Database for MySQL server. Provide the connection details and login information.
119
-
- Create an appropriately named database and select it on the left of the screen. To rewrite the existing database, click the database name, select all the check boxes beside the table names, and select **Drop** to delete the existing tables.
120
-
- Click the **SQL** link to show the page where you can type in SQL commands, or upload your SQL file.
121
-
- Use the **browse** button to find the database file.
122
-
- Click the **Go** button to export the backup, execute the SQL commands, and re-create your database.
116
+
1. Open phpMyAdmin.
117
+
2. In the phpMyAdmin setup page, click **Add** to add your Azure Database for MySQL server. Provide the connection details and login information.
118
+
3. Create an appropriately named database and select it on the left of the screen. To rewrite the existing database, click the database name, select all the check boxes beside the table names, and select **Drop** to delete the existing tables.
119
+
4. Click the **SQL** link to show the page where you can type in SQL commands, or upload your SQL file.
120
+
5. Use the **browse** button to find the database file.
121
+
6. Click the **Go** button to export the backup, execute the SQL commands, and re-create your database.
123
122
124
123
## Next steps
125
124
-[Connect applications to Azure Database for MySQL](./howto-connection-string.md).
0 commit comments