没有安装过,昨天点了更新,就发现sql不能启动了
[mysqld]
binlog_cache_size = 128K
thread_stack = 256K
join_buffer_size = 2048K
read_rnd_buffer_size = 768K
read_buffer_size = 1024K
sort_buffer_size = 1024K
thread_cache_size = 128
table_open_cache = 384
query_cache_type = 1
max_connections = 300
innodb_log_buffer_size = 512M
innodb_buffer_pool_size = 128M
max_heap_table_size = 512M
tmp_table_size = 512M
key_buffer_size = 384M
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
# bt_mysql_set = 0
# bt_mem_size = 3265.50
# bt_query_cache_size = 192 |