X
X

Contact us

İnönü Mahallesi, Babil Sokak, No: 8 34373 - Şişli / İSTANBUL

08505511033

info@eniyisunucum.com

muhasebe@eniyisunucum.com

abuse@eniyisunucum.com

Features

Knowledge Base
Month Read Expired: 8 Minute

MySQL Could not find [mysqld] section in my.cnf

Webmin gibi bir panel kullanırken aşağıdaki hatayı alıyorsanız sebebi mysql kurulumu sırasından ya da önceki sürüm kaldırılırken my.cnf dosyasının içeriğinin boş olması.

 

Could not find [mysqld] section in my.cnf

 

Çözüm

nano /etc/mysql/conf.d/mysql.cnf

 

[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
explicit_defaults_for_timestamp = 1
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
key_buffer_size = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
myisam-recover-options = BACKUP
query_cache_limit = 1M
query_cache_size = 16M
log_error = /var/log/mysql/error.log
expire_logs_days = 10
max_binlog_size = 100M
big-tables

 

systemctl restart mysql 

 

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(205 times viewed / 0 people found it helpful)