Skip to content

Commit 315565f

Browse files
committed
broken link changes
1 parent 310ec4e commit 315565f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/mysql/flexible-server/how-to-upgrade.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This feature will enable customers to perform in-place upgrades of their MySQL 5
4242

4343
>[!Important]
4444
> 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.
4747

4848
:::image type="content" source="./media/how-to-upgrade/1-how-to-upgrade.png" alt-text="Screenshot showing Azure Database for MySQL Upgrade.":::
4949

@@ -64,12 +64,12 @@ This feature will enable customers to perform in-place upgrades of their MySQL 5
6464

6565
Follow these steps to perform major version upgrade for your Azure Database of MySQL 5.7 server using Azure CLI.
6666

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.
6868

6969
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.
7070

7171

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.
7373

7474
```azurecli
7575
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
8585
2. From the Overview page, click the Upgrade button in the toolbar.
8686
>[!Important]
8787
> 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.
8989
9090
3. In the Upgrade section, select Upgrade button to upgrade Azure database for MySQL 5.7 read replica server to 8.0 server.
9191

0 commit comments

Comments
 (0)