HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/MariaDB Data/my - Copy (2).ini
[mysqld]
datadir=D:/MariaDB Data
port=3306

#innodb_buffer_pool_size=8191M
# (SS,1/6/22) set to same size as previously in MySQL 5.1
innodb_buffer_pool_size=500M
# (SS,1/6/22) default for max_connections was 151, used the setting from MySQL 5.1
max_connections=1000
# (SS,1/6/22) following also from MySQL 5.1, default in MariaDB was about half this (134217728)
key_buffer_size=258M

# (SS,10/8/11) added following to prevent name resolve slow down
skip-name-resolve
# (SS,1/09/15) added following to allow 3 letter words to be indexed for full text search, need to rebuild indexes after this
ft_min_word_len=3
# (SS,18/5/22) added query cache, disabled by default in MariaDB
query_cache_type=1
query_cache_size=168M

# (SS,24/6/22) added metadata lock info plugin
plugin_load_add=metadata_lock_info

# (SS,24/6/22) changed the lock wait timeout from default 24 hours to 50 seconds,
# to help get to the bottom of the metadata lock issue we're experiencing with the HyperFlight website
lock_wait_timeout=50

# (SS,27/6/22) log slow queries
slow_query_log

[client]
port=3306
plugin-dir=C:\Program Files\MariaDB 10.6/lib/plugin