Gameixa Wiki
  • Gameixa Wiki
    • 🇹🇷TR
      • 💻Uyumlu Hostingler
      • 💻Web Hosting
        • 🌐Plesk
          • Veritabanı Oluşturma
          • PHP Ayarları
          • SSL / TLS
          • SQL Mode
          • Posta Oluşturma
          • Posta Ayarları (Cloudflare)
      • Team Script
        • Kurulum Sihirbazı
        • SMTP (E-Posta) Ayarlama
        • Gameixa Güncelleme Sistemi
        • Dosyalı Ürün Yükleme
        • Discord ile Siteyi Bağlama
        • Modüller
        • Webhook Nasıl Kullanılır
    • 🌍GLOBAL
      • 💻Compatible Hosting
      • 💻Web Hosting
        • 🌐Plesk
          • Database Creation
          • PHP Settings
          • SSL / TLS
          • SQL Mode
          • Create Mail
          • Mail Settings (Cloudflare)
      • Team Script
        • Installation Wizard
        • Setting SMTP (Mail)
        • Gameixa Update System
        • Product Uploading with Files
        • Linking Site with Discord
        • Modules
        • How to Use Webhook
  • Destek Açın
Powered by GitBook
On this page
  • SQL mode value should be as follows
  • To set SQL mode on your hosting, you need to paste the following code into the SQL section.
  1. Gameixa Wiki
  2. 🌍GLOBAL
  3. 💻Web Hosting
  4. 🌐Plesk

SQL Mode

SQL mode value should be as follows

ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

To set SQL mode on your hosting, you need to paste the following code into the SQL section.

SET GLOBAL SQL_MODE = "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
SET SESSION SQL_MODE = "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
SET SQL_MODE = "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
PreviousSSL / TLSNextCreate Mail

Last updated 1 year ago