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
Post a Comment