# MySQL

## Sistem

Eklenti varsayılan olarak YAML veritabanı olarak çalışmaktadır. İsteyen kullanıcılar mysql olarak da kullanabilirler. Herhangi bir + ya da - durum söz konusu değildir.

settings ayarında dbType ayarını mysql olarak ayarlamanız gerekmektedir.

## Ayar Dosyası

```yaml
mysql_settings:
  ip: localhost # MySQL host adresi
  port: 3306 # MySQL portu
  dbname: CEP # MySQL veritabanı ismi
  username: root # MySQL kullanıcı adı
  password: '' # MySQL şifresi

settings:
  dbType: 'mysql' # Veritabanını MySQL olarak ayarlar
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tanitim.nourseproject.com/minecraft-eklentileri/ncep/eklenti-hakkinda/mysql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
