b1gMail icon indicating copy to clipboard operation
b1gMail copied to clipboard

[MySQL 8.1]Endless loop on update.php

Open Sebijk opened this issue 3 years ago • 2 comments

Expected Behavior

"Updating database structure" on update.php should run and complete

Actual Behavior

"Updating database structure" on update.php make an endless loop

Steps to Reproduce the Problem

  1. Existing b1gMail 7.4.0 installation
  2. Run setup/update.php
  3. Wait until it goes to "Updating database structure"

Specifications

  • Version: 7.4.1-beta1
  • PHP version 7.4
  • MySQL version: 8.1

Sebijk avatar Feb 08 '22 08:02 Sebijk

Temporary workaround:

log in to the ACP of your b1gMail development copy, go to "Tools" -> "Optimize" and chose "Check structure". Let the ACP fix any issues it found. Delete version.inc.php and rename version.default.inc.php to version.inc.php.

Sebijk avatar Feb 08 '22 08:02 Sebijk

Check structure also not work, seems its an error with mysql 8.1.

Sebijk avatar Feb 11 '22 19:02 Sebijk