This may be a dumb question, but is it possible to change MySQL configuration options such as innodb_buffer_pool_size at run time?
Or, equivalently, is there a way to restart MySQL without closing existing connections or refusing new connections (for example, you can do with Apache)?
Linux_32 (2.6.26) + MySQL 5.0.24a
source share