Running VIP Authentication Hub:
- Is there a way to create the DB user not using the "mysql_native_password"?
As per documentation, the mysql_native_password is needed on the command line to create the database and the user (1) with MySQL 8.0.
Upgrade the VIP Authentication Hub to 3.3 to get certified MySQL 8.4 and the mysql_native_password function replaces with one supported by MySQL 8.4.