I am using VPS, Windows 2008 r2, IIS7, MYSQL 5.1.73, Hardward Config: Ram 2GB , Hardisk 40GB
On this VPS only 1 .NET application is running. Application is currently using by only 5 users. I found MySQL server INNODB BUFFER USAGE is 100%
I found some suggestions like change buffer size in my.cnf or my.ini file, but I didn't find any file on VPS. I have tried below command as well
SET GLOBAL innodb_buffer_pool_size = 33554432
but its giving me an error as
Variable 'innodb_buffer_pool_size' is a read only variable
Can any one please suggest me a solution for this.
Thanks