flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

BUG: Flow is not compatible with MySQL >= 8.4

Open dlubitz opened this issue 10 months ago • 1 comments

Old doctrine migrations fail with MySQL 8.4 and 9.0.

E.g.

An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1553 Cannot drop index 'uid': needed in a foreign key constraint

OR

Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key

dlubitz avatar Apr 28 '25 16:04 dlubitz

Same in Neos: https://github.com/neos/neos-development-collection/issues/5550

dlubitz avatar Apr 28 '25 16:04 dlubitz

Was not an flow issue. Was fixed in Neos: https://github.com/neos/neos-development-collection/pull/5649

Further improvements by compacting the migrations: https://github.com/neos/neos-development-collection/issues/5656

dlubitz avatar Oct 21 '25 15:10 dlubitz