View Single Post
Tuổi 15-04-2019, 10:40 AM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Fix lỗi mysql: #1273 - Unknown collation: 'utf8mb4_unicode_520_ci
Fix lỗi mysql: #1273 - Unknown collation: 'utf8mb4_unicode_520_ci


Khi bạn import file .sql vào phpmyadmin thì báo lỗi : Unknown collation: 'utf8mb4_unicode_520_ci




Để fix lỗi này các bạn làm như sau:
  1. Mở file lên
  2. Tìm và thay thế utf8mb4_unicode_520_ci bằng utf8mb4_unicode_ci
  3. lưu lại và import vào lại
====================
  1. Open the sql file in your text editor
  2. Find and replace all utf8mb4_unicode_520_ci with utf8mb4_unicode_ci
  3. Save and upload to a fresh mySql db
=====================


Chúc các bạn thành công.





  Trả lời ngay kèm theo trích dẫn này