gchq / stroom-resources

Applications and resources on which Stroom services depend
Apache License 2.0
5 stars 11 forks source link

create_databases_sql.sh creates passwords of insufficient complexity for MYSQL8 #90

Closed stroomdev00 closed 4 years ago

stroomdev00 commented 4 years ago

The script located at stroom-resources/test-resources/db/create_databases_sql.sh creates default passwords which do not meet the complexity requirements on MYSQL8 after running mysql_secure_installation, which requires at least 12 chars, one uppercase, one lowercase, one number and one special char.