change innodb_log_file_size variable value for Amazon RDS MYSQL Linux server

跟風遠走 提交于 2021-01-28 04:26:17

问题


we are using Amazon RDS linux server for MYSQL. what is the way to change my.cnf file variable values ??

i am trying to change innodb_log_file_size variable. Can you please update me which is the best way to change?

So please help me on this

  • Thank you in Advance

回答1:


Create a new DB paramater group with your required values and attach to your RDS.




回答2:


You cannot change that value in Aurora, the storage engine is different than rds mysql or standard mysql and optimized internally. No need to worry about changing it.




回答3:


I'm facing similar issue where I need to change the value of global variable in my Amazon Aurora Serverless cluster.

As you can see in the above documentation screenshot the innodb_log_file_size is not a dynamic variable so it won't be available in the DB Parameter Group.

Values of these kind of non dynamic global variables can only be changed by modifying MySQL config files (my.cnf) or by modifying server startup command.

Since you are using Amazon RDS MySQL there users don't have access to config files so no you cannot modify the value of innodb_log_file_size global variable, This functionality is not available in Amazon RDS as of now.



来源:https://stackoverflow.com/questions/16578777/change-innodb-log-file-size-variable-value-for-amazon-rds-mysql-linux-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!