CEP | (CapeEslePro) Wiki
  • 👁️CEP | (CapeEslePro)
  • 🇹🇷Türkçe
    • Eklenti Hakkında
      • Başlangıç
      • Hesap Eşleme
      • MySQL
      • Oyun Sohbeti Aktarma
      • Oyuna Komut Gönderme
      • Discorda Log Gönderme
      • Bot Aktivitesi
      • Dil Ayarı
      • Yeni Komut Oluşturma
      • 2FA
      • Embed
      • Placeholders
    • Komutlar
      • Oyun Komutları
      • Discord Komutları
    • API
      • API Class
      • Events
  • 🏴󠁧󠁢󠁥󠁮󠁧󠁿ENGLISH
    • About the Plugin
      • Beginning
      • Link System
      • MySQL
      • Transfer Game Chat
      • Sending Commands to the Game
      • Sending Logs to Discord
      • Bot Activity
      • Language Setting
      • Creating a New Command
      • 2FA
      • Embed
      • Placeholders
    • Commands
      • Game Commands
      • Discord Commands
    • API
      • API Class
      • Events
Powered by GitBook
On this page
  • System
  • Configuration File
  1. ENGLISH
  2. About the Plugin

MySQL

On this page you can get information about the mysql database system.

System

The plugin works with YAML as the default database. Users who want to can also use MySQL. There is no advantage or disadvantage to either option. In the settings configuration, you need to set the dbType option to mysql.

Configuration File

mysql_settings:
  ip: localhost # MySQL Host
  port: 3306 # MySQL Port
  dbname: CEP # MySQL Database Name
  username: root # MySQL Username
  password: '' # MySQL Password

settings:
  dbType: 'mysql' # Sets the database to MySQL
PreviousLink SystemNextTransfer Game Chat

Last updated 8 months ago

🏴󠁧󠁢󠁥󠁮󠁧󠁿