如何在xampp上将utf8mb4_unicode_520_ci更改为utf8mb4_unicode_ci?我想从一起改变。当我把网站放到现场时,由于" utf8mb4_unicode_520_ci"导致/导出数据会产生问题。如何永久解决? please check the attached screenshot谢谢。
答案 0 :(得分:0)
我编写了一个转换表及其数据库列的过程。 希望有用。
https://gist.github.com/hosseinm1997/3bbbec3fc574287c752754db0201abfd
现在创建了程序。
changeAllCollations('yourdbname','utf8mb4' , 'utf8mb4_unicode_ci' , true);