i want to increase my innodb_buffer_pool_size value to get some more performance and when i try, my select queries arises error such as "Incorrect information file in .."
i'm just adding
innodb_buffer_pool_size = 1G
innodb_log_file_size = 256M
value in my my.cnf then restart mysql service. how can i prevent these errors? Thanks for help!