In the start up fase, after submit the information for the admin user I got this error:
Error
An Internal Error Has Occurred.
And in the logs I have this:
Error: [PDOException] SQLSTATE[HY000]: General error: 1364 Field 'public_profile' doesn't have a default value
Request URL: /source/installer/startup/account?locale=es_ES
And after set the default value to that field I got the same error for these other fields:
'public_email'
'token'
'last_login'
After set up default values or NULL in case of 'token' it worked.