# Bilinen Sorunlar

#### MySQL #1366 - Yanlış dize değeri

Bu hata, MySQL'in mevcut kodlamasının desteklemediği karakterleri eklemeye çalıştığınızda meydana gelir.

Çözü&#x6D;**:** MySQL'in kodlamasını şu şekilde değiştir: `utf8mb4`.\
1\. MySQL'i açın: `my.cnf`.\
2\. Bu yapılandırmaları ekleyin, MySQL'i kaydedin ve yeniden başlatın:

```
[mysql]
default-character-set=utf8mb4
[mysqld]
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
```

#### KD sayılmıyor

Oyuncular KD'lerinin değişmediğini bildiriyor.

**Çözüm:** `simpleclans.other.kdr-exempt`iznini reddet. Bazı izin eklentilerinde, izinden önce bir `-` ekleyin. Diğerleri `false` değeri kabul eder.


---

# 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://wiki.roinujnosde.me/simpleclans/tuerkce/other/known-issues.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.
