Skip to content

Commit a1523a4

Browse files
authored
Merge pull request #1662 from rmeloamaro/patch-29
Update mysql.md
2 parents 958bdbc + bd4bd6d commit a1523a4

File tree

1 file changed

+2
-0
lines changed
  • docs/administration/configuration/database

1 file changed

+2
-0
lines changed

docs/administration/configuration/database/mysql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ curl -L -o https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQLJ_VE
117117

118118
Runbook Automation supports the use of the [AWS Advanced JDBC Wrapper](https://github.com/aws/aws-advanced-jdbc-wrapper) for Amazon Aurora MySQL implementations.
119119

120+
## Azure Database for MySQL - Flexible Server
121+
MySQL database services running MySQL version 8.0 and later, such as Azure Database for MySQL - Flexible Servers, will have the attribute [Generated invisible primary keys (GIPKs)](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_generate_invisible_primary_key) enabled by default in all Azure Database for MySQL - Flexible Server instances, as stated here: [Link](https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-limitations#:~:text=server%20parameters.-,Generated,-invisible%20primary%20keys), leading to potentially problems when used with Rundeck/Runbook Automation. For this service to be used with Rundeck, access the Azure Portal > Server parameters > Search for sql_generate_invisible_primary_key > Change its value to OFF
120122

121123
### Additional Articles
122124

0 commit comments

Comments
 (0)