Fixing Magento warning MySQL innodb_buffer_pool_size
blog.bitexpert.de/blog/mysql_innodb_buffer_pool_size_warning
In this blog post, you will learn how to resolve MySQL warnings in Magento log files by adjusting the innodb_buffer_pool_size parameter using SQL queries.
@blog.bitexpert.de.blog @shochdoerfer Changing the value via an SQL query will not be preserved across restarts.
So one should usually set it in their config file and then change it via the SQL query to avoid the restart to apply the config, but making it persist across necessary restarts.
@timwolla good catch! Will add this to the blog post soon /cc @blog.bitexpert.de.blog