Thank you for reporting. I have not yet tested with MySQL 8, so I have not encountered this.
I will go through and modify the code base. I think there might be more than just schema & security affected. When I've found all the affected files, I will list them here for convenience. I will do a new release too, but that will take a little longer.
Much appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had to change the user table today, with corresponding changes in the modues( schema, security) to install on MySQL 8.0.11.
MySQL 8 has changed keywords and admin is now one so I modified user.admin to user.user_admin - and was then able to install
Thank you for reporting. I have not yet tested with MySQL 8, so I have not encountered this.
I will go through and modify the code base. I think there might be more than just schema & security affected. When I've found all the affected files, I will list them here for convenience. I will do a new release too, but that will take a little longer.
Much appreciated.
Files affected are:
/db/schema_mysql_innodb.sql
/db/schema_pgsql.sql
/icalendar/icalendar_login.php
/includes/security.php
/rss/rss_common.php
/setup/setup_security.php
/update.php
/users/user_edit.php
/users/user_show.php
users/user_submit.php
Upload to the git repository shortly. The update file will automatically make the database changes to existing databases.