We are trying to run the 5.85-5.93 upgrade and we hit a long wall during the after installation section. Enough so that the update stops, or is killed by the daily backup or...who knows? We have VERY large tables
3 questions
1) Is the character set and collation for utf8mb4 going to be the standard going forward?
2) Is it safe for me to change that everywhere?
3) Rather than changing the individual columns, is it safe to change the character set for each table and let MariaDB handle the conversion?
I understand what the after installation script is doing...I just need to write more specific php code that will get through the process faster.
3 questions
1) Is the character set and collation for utf8mb4 going to be the standard going forward?
2) Is it safe for me to change that everywhere?
3) Rather than changing the individual columns, is it safe to change the character set for each table and let MariaDB handle the conversion?
I understand what the after installation script is doing...I just need to write more specific php code that will get through the process faster.
Comment