Started IAM and seen the below error server.log
Error has occurred while updating the database: liquibase.exception.DatabaseException: Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set. Add a primary key to the table or unset this variable to avoid this message. Note that tables without a primary key can cause performance problems in row-based replication, so please consult your DBA before changing this setting.
Release : 10.7.2
The issue is environment specific. If MYSQL requires Primary Keys for all created tables and if IAM doesn't create primary keys during the creation of the tables reported error is seen and IAM doesn't start.
Running the modified MYSQL DDLs to create tables with primary keys and then starting IAM should resolve the issue. Recommend to follow the below steps: