Skip to content

Commit ddc8a49

Browse files
Merge pull request #253269 from VandhanaMehta/docs-editor/concepts-limitations-1695970447
Update concepts-limitations.md
2 parents e310aca + 5f4e5e7 commit ddc8a49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/mysql/flexible-server/concepts-limitations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ For more details on GIPK and its use cases with [Data-in-Replication](./concepts
3434
- You can update the value of server parameter [sql_generate_invisible_primary_key](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_generate_invisible_primary_key) to 'OFF' by following steps mentioned on how to update any server parameter from [Azure portal](./how-to-configure-server-parameters-portal.md#configure-server-parameters) or by using [Azure CLI](./how-to-configure-server-parameters-cli.md#modify-a-server-parameter-value).
3535

3636
- Or you can connect to your Azure Database for MySQL Flexible Servers and run the below command.
37+
3738
```sql
3839
mysql> SET sql_generate_invisible_primary_key=OFF;
3940
```
@@ -71,11 +72,10 @@ The following are unsupported:
7172
- [CREATE TABLESPACE](https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_create-tablespace)
7273
- [SHUTDOWN](https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_shutdown)
7374
- [BACKUP_ADMIN](https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_backup-admin) privilege: Granting BACKUP_ADMIN privilege isn't supported for taking backups using any [utility tools](../migrate/how-to-decide-on-right-migration-tools.md). Refer [Supported](././concepts-limitations.md#supported-1) section for list of supported [dynamic privileges](https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#privileges-provided-dynamic).
74-
- DEFINER: Requires super privileges to create and is restricted. If importing data using a backup, manually remove the `CREATE DEFINER` commands or use the `--skip-definer` command when performing a mysqldump.
75+
- DEFINER: Requires super privileges to create and is restricted. If importing data using a backup, manually remove the `CREATE DEFINER` commands or use the `--skip-definer` command when performing a [mysqlpump](https://dev.mysql.com/doc/refman/5.7/en/mysqlpump.html).
7576
- System databases: The [mysql system database](https://dev.mysql.com/doc/refman/5.7/en/system-schema.html) is read-only and used to support various PaaS functionalities. You can't make changes to the `mysql` system database.
7677
- `SELECT ... INTO OUTFILE`: Not supported in the service.
7778

78-
7979
### Supported
8080

8181
- `LOAD DATA INFILE` is supported, but the `[LOCAL]` parameter must be specified and directed to a UNC path (Azure storage mounted through SMB). Additionally, if you're using MySQL client version >= 8.0, you need to include `-–local-infile=1` parameter in your connection string.
@@ -125,3 +125,5 @@ For the complete list of feature comparisons between a single server and a flexi
125125
- Understand [what's available for compute and storage options in flexible server](concepts-service-tiers-storage.md)
126126
- Learn about [Supported MySQL Versions](concepts-supported-versions.md)
127127
- Quickstart: [Use the Azure portal to create an Azure Database for MySQL - Flexible Server](quickstart-create-server-portal.md)
128+
129+

0 commit comments

Comments
 (0)