1
I’m setting up a Mysql in the Azure for an application I’m working on, however while saving my records to identity column
is increasing by 10 by 10.
This would be an Entity adjustable setting or an adjustment made to all tables directly in the database?
In case, what and how I should change this option so that auto increments only 1?
Solved the problem?
– Renan
Azure has no Mysql service, it is outsourced by a company called Cleardb, and on their free plan, only offer default installation and medium-Thrust. So if you want to use it for free, there’s not much to do. However, you can upload a small VM, install Mysql on it and use it as your database server and configure as you wish.
– Thiago Lunardi