News

Reason: Cannot change column type INPLACE. Try ALGORITHM=COPY. The DDL is denied, and MySQL suggests using the COPY algorithm instead. The command was changed to go with algorithm copy and shared lock ...
It worked there but not from within PHP. The problem for this was somewhere in PHP, not MySQL. I've checked the column and table names are all correct. All of these codes work with PHP 7.4, as I ...