Hi i am new to Azure and planning on shifting our servers and mysql databases Now to fully migrate our mysql databases it is required that the following parameter is added in mysql my.cnf
innodb_page_size=64K (Default is 16k)
Now after adding we have to delete everything in data dictionary which is in /var/lib/mysql
and then run the following command
mysqld --initialize
These are the above steps we take to increase innodb_page_size of mysql. I just wanted to ask will i be able to do the above in mysql azure databases? I know i can do that in a linux VM but i want to do it databases provided by azure.