Menu

MySQL 8.0.11 Changes

Sam Todd
2018-05-02
2018-05-05
  • Sam Todd

    Sam Todd - 2018-05-02

    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

     
  • Andrew Simpson

    Andrew Simpson - 2018-05-04

    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.

     
  • Andrew Simpson

    Andrew Simpson - 2018-05-05

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.