add innodb_buffer_pool_size default value

This commit is contained in:
ghost 2023-08-05 19:51:30 +03:00
parent de28d85a71
commit f9774f2431

View File

@ -1,3 +1,5 @@
[mysqld]
tmp_table_size = 512M
max_heap_table_size = 512M
tmp_table_size = 512M
max_heap_table_size = 512M
innodb_buffer_pool_size = 512M