When we run the command to keyring migration, we are getting the following errors “unknown variable ‘innodb_file_per_table=1’”
[root@e04bmm-mytst07 plugin]# mysqld --defaults-file=/etc/my.cnf --keyring-migration-source=keyring_file.so --keyring-migration-destination=component_keyring_file.so --keyring-migration-to-component --user=mysql
2023-10-19T11:59:57.182810-05:00 0 [Warning] [MY-011068] [Server] The syntax ‘master_verify_checksum’ is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2023-10-19T11:59:57.182834-05:00 0 [Warning] [MY-011070] [Server] ‘Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it’ is deprecated and will be removed in a future release.
2023-10-19T11:59:57.182843-05:00 0 [Warning] [MY-011070] [Server] ‘Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it’ is deprecated and will be removed in a future release.
2023-10-19T11:59:57.182913-05:00 0 [Warning] [MY-011069] [Server] The syntax ‘–ssl=on’ is deprecated and will be removed in a future release.
2023-10-19T11:59:57.182931-05:00 0 [Warning] [MY-011068] [Server] The syntax ‘expire-logs-days’ is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2023-10-19T11:59:57.182976-05:00 0 [Warning] [MY-010915] [Server] ‘NO_ZERO_DATE’, ‘NO_ZERO_IN_DATE’ and ‘ERROR_FOR_DIVISION_BY_ZERO’ sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2023-10-19T11:59:57.184269-05:00 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-log-path: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2023-10-19T11:59:57.184354-05:00 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.34-26) starting as process 24848
2023-10-19T11:59:57.189275-05:00 0 [Warning] [MY-013360] [Server] Plugin keyring_file reported: ‘‘keyring_file plugin’ is deprecated and will be removed in a future release. Please use component_keyring_file instead’
2023-10-19T11:59:57.192707-05:00 0 [ERROR] [MY-000067] [Server] unknown variable ‘innodb_file_per_table=1’.
2023-10-19T11:59:57.192716-05:00 0 [ERROR] [MY-011084] [Server] Keyring migration failed.
2023-10-19T11:59:57.193555-05:00 0 [ERROR] [MY-010119] [Server] Aborting
2023-10-19T11:59:57.194728-05:00 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.34-26) Percona Server (GPL), Release 26, Revision 0fe62c85.
[root@e04bmm-mytst07 plugin]#