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/mysql/flexible-server/how-to-upgrade.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ This feature will enable customers to perform in-place upgrades of their MySQL 5
42
42
43
43
>[!Important]
44
44
> Before upgrading visit link for list of [features removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals) in MySQL 8.0.
45
-
> Verify deprecated [sql_mode](./https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) values and remove/deselect them from your current Flexible Server 5.7 using Server Parameters Blade on your Azure Portal to avoid deployment failure.
46
-
> [sql_mode](./https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) with values NO_AUTO_CREATE_USER, NO_FIELD_OPTIONS, NO_KEY_OPTIONS and NO_TABLE_OPTIONS are no longer supported in MySQL 8.0.
45
+
> Verify deprecated [sql_mode](/https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) values and remove/deselect them from your current Flexible Server 5.7 using Server Parameters Blade on your Azure Portal to avoid deployment failure.
46
+
> [sql_mode](/https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) with values NO_AUTO_CREATE_USER, NO_FIELD_OPTIONS, NO_KEY_OPTIONS and NO_TABLE_OPTIONS are no longer supported in MySQL 8.0.
47
47
48
48
:::image type="content" source="./media/how-to-upgrade/1-how-to-upgrade.png" alt-text="Screenshot showing Azure Database for MySQL Upgrade.":::
49
49
@@ -64,12 +64,12 @@ This feature will enable customers to perform in-place upgrades of their MySQL 5
64
64
65
65
Follow these steps to perform major version upgrade for your Azure Database of MySQL 5.7 server using Azure CLI.
66
66
67
-
1. Install [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) for Windows or use [Azure CLI](https://docs.microsoft.com/en-us/azure/cloud-shell/overview) in Azure Cloud Shell to run the upgrade commands.
67
+
1. Install [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) for Windows or use [Azure CLI](https://docs.microsoft.com/azure/cloud-shell/overview) in Azure Cloud Shell to run the upgrade commands.
68
68
69
69
This upgrade requires version 2.40.0 or later of the Azure CLI. If you are using Azure Cloud Shell, the latest version is already installed. Run az version to find the version and dependent libraries that are installed. To upgrade to the latest version, run az upgrade.
70
70
71
71
72
-
2. After you sign in, run the [az mysql server upgrade](https://docs.microsoft.com/en-us/cli/azure/mysql/server#az-mysql-server-upgrade) command.
72
+
2. After you sign in, run the [az mysql server upgrade](https://docs.microsoft.com/cli/azure/mysql/server#az-mysql-server-upgrade) command.
73
73
74
74
```azurecli
75
75
az mysql server upgrade --name testsvr --resource-group testgroup --subscription MySubscription --version 8.0
@@ -85,7 +85,7 @@ Follow these steps to perform major version upgrade for your Azure Database of M
85
85
2. From the Overview page, click the Upgrade button in the toolbar.
86
86
>[!Important]
87
87
> Before upgrading visit link for list of [features removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals) in MySQL 8.0.
88
-
>Verify deprecated [sql_mode](./https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) values and remove/deselect them from your current Flexible Server 5.7 using Server Parameters Blade on your Azure Portal to avoid deployment failure.
88
+
>Verify deprecated [sql_mode](/https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) values and remove/deselect them from your current Flexible Server 5.7 using Server Parameters Blade on your Azure Portal to avoid deployment failure.
89
89
90
90
3. In the Upgrade section, select Upgrade button to upgrade Azure database for MySQL 5.7 read replica server to 8.0 server.
0 commit comments