Ust Bilişim | Web Tasarım | Yazılım
Menu
  • Ana Sayfa
  • Kurumsal
    • Hakkımızda
    • Markalarımız
    • Gelişim Sürecimiz
    • Etkinlik
    • Çözüm Ortakları
    • Müşteriler
  • Hizmetlerimiz
    • Web Tasarım
    • Web Hosting
    • E-Ticaret Web Sitesi
    • Logo & Kurumsal Kimlik
    • SEO
    • Danışmanlık Hizmetleri
  • Projeler
  • Bilgi Bankası
    • Yazılarımız
    • Sıkça Sorulan Sorular
    • İndirmeler
  • Hazır Web Siteleri
  • IT Çözümleri
    • Sunucu Kurulumu
    • Panel Kurulumu
    • Sunucu Taşıma
    • Veri Taşıma
  • İletişim
İletişim ve WhatsApp +90 554 572 07 44
Ust Bilişim | Web Tasarım | Yazılım
[email protected] [email protected] [email protected] [email protected]
  • 3 Kasım 20243 Kasım 2024
  • web tasarim

If you’re encountering the “ERROR 1273 (HY000): Unknown collation: ‘utf8mb4_unicode_520_ci‘” issue, it’s likely because your MySQL or MariaDB server does not support the utf8mb4_unicode_520_ci collation. This collation was introduced in MySQL 5.7.6 and may not be available on older versions or certain MariaDB versions.

Here’s how you can resolve this issue:

Identify Unsupported Collation: Check which collation is causing the issue by examining your SQL file. Open the file in a text editor and look for instances of utf8mb4_unicode_520_ci.

Replace with Supported Collation: Replace utf8mb4_unicode_520_ci with utf8mb4_unicode_ci or another compatible collation. This can often be done using a find-and-replace feature in your text editor:

utf8mb4_unicode_520_ci ➔ utf8mb4_unicode_ci
Save and Re-import: After making the changes, save the file and try re-importing it into your database.

Alternative Solution Using Command Line: You can also specify the default collation when creating the database.
For example:

CREATE DATABASE your_database_name CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

 

Upgrade MySQL/MariaDB Version (if possible): Consider updating to a more recent version of MySQL or MariaDB that supports utf8mb4_unicode_520_ci if it is essential for your project.

By following these steps, you should be able to resolve the collation error and proceed with your database import or migration.

Kategori Hosting

Bir Yorum Bırakın Yanıtı iptal et

Fiyat Teklifi Al

    ustbilisim-logo-footer-qyde6hndnenm91r5tgelei5e3y3qxbw63k7aocuhlm

    • Kuzeykent Mah. Karayılan Sk. No:1A/31 Merkez / Katamonu
    • +90 554 572 07 44
    • [email protected]

    • Akıncılar Mah. 2.Mahvel Sk. Ödemiş / İzmir
    • +90 554 572 07 44
    • [email protected]
    Hizmetler & IT Hizmetleri
    • Web Tasarım
    • E-Ticaret Web Sitesi
    • Logo & Kurumsal Kimlik
    • Web Hosting
    • Danışmanlık Hizmetleri
    • SEO
    • Web Hosting
    • Mail Hosting
    • Sanal Sunucu VDS – VPS
    • VPN Server
    • Dedicated Server
    • Veri Taşıma
    • Bulut Yedekleme
    Kurumsal & Sözleşmeler
    • Hakkımızda
    • İletişim
    • Sıkça Sorulan Sorular
    • Projeler
    • Etkinlik
    • Destek Yükümlülükleri
    • Genel Hizmet Şartları
    • Genel Hizmet Sözleşmesi
    • KVKK Aydınlatma Metni
    • İptal ve İade Koşulları
    Copyright 2017 - 2024 Ust Bilişim® - İsim ve Logo Tescillidir. Tüm Hakları Saklıdır.