Sorry for the late response.
I'm using MariaDB _ 10.3 version and my server config is Apache + Mysql_MariaDB+PHP 7.3
TheWormsUnited
Logs are ok more or less,
2020-05-04 22:16:51 0 [Note] InnoDB: Loading buffer pool(s) from /www/server/data/ib_buffer_pool
2020-05-04 22:16:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-05-04 22:16:51 0 [Note] Server socket created on IP: '::'.
2020-05-04 22:16:51 0 [Note] Reading of all Master_info entries succeeded
2020-05-04 22:16:51 0 [Note] Added new Master_info '' to hash table
2020-05-04 22:16:51 0 [Note] /www/server/mysql/bin/mysqld: ready for connections.
Version: '10.3.22-MariaDB-log' socket: '/tmp/mysql.sock' Source distribution
2020-05-04 22:16:51 9 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2020-05-04 22:16:51 0 [Note] InnoDB: Buffer pool(s) load completed at 200504 22:16:51
But I saw this which is interesting I guess but not sure what should be changed here :
[mysqld]
port = 3306
socket = /tmp/mysql.sock
datadir = /www/server/data
default_storage_engine = InnoDB
performance_schema_max_table_instances = 400
table_definition_cache = 400
skip-external-locking
key_buffer_size = 1024M
max_allowed_packet = 100G
table_open_cache = 4096
sort_buffer_size = 16M
net_buffer_length = 4K
read_buffer_size = 16M
read_rnd_buffer_size = 256K
myisam_sort_buffer_size = 256M
thread_cache_size = 512
query_cache_size = 512M
tmp_table_size = 512M
sql-mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
kaz050457
I'm not sure where I can check it?
cybertech
Do I need it to disable from Mysql configuration which is mentioned above?