A master-optimized MySQL database instance is said to be a master-optimized mysql instance for your reference. the number of connections: max_connections = 1500 can be changed based on the server performance.
# Set-variable = connect_timeout = 5
# Set-variable = wait_timeout = 5
We recommend that you enable this feature. servers with heavy workload can reduce the connection duration.
[Mysqld]
Basedir = D:/mysql
# Bind-address = ip
Datadir = D:/mysql/data
# Language = D:/mysql/share/your language directory
# Slow query log # =
# Tmpdir # =
# Port = 3306
Set-variable = max_connections = 1500
Skip-locking
# Skip-networking
Set-variable = key_buffer = 384 M
Set-variable = max_allowed_packet = 1 M
Set-variable = table_cache = 512
Set-variable = sort_buffer = 2 M
Set-variable = record_buffer = 2 M
Set-variable = thread_cache = 8
# Try number of CPU's * 2 for thread_concurrency
Set-variable = thread_concurrency = 8
Set-variable = myisam_sort_buffer_size = 64 M
# Set-variable = connect_timeout = 5
# Set-variable = wait_timeout = 5
Server-id = 1
[Isamchk]
Set-variable = key_buffer = 128 M
Set-variable = sort_buffer = 128 M
Set-variable = read_buffer = 2 M
Set-variable = write_buffer = 2 M
[Myisamchk]
Set-variable = key_buffer = 128 M
Set-variable = sort_buffer = 128 M
Set-variable = read_buffer = 2 M
Set-variable = write_buffer = 2 M
[WinMySQLadmin]
Server = D: // mysql/bin/mysqld-nt.exe