mysql - Version numbers in database? -


what version number in database , suppose if there multiple tables , in each tables records getting modified necessary have version number. under circumstances should use version numbers in database?

you want find out mysql version using below sql.

show variables "%version%"; 

thank you.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -