MySQL中查看innodb版本的方法
MySQL中查看innodb版本的方法SELECT * FROM information_schema.pluginsGmysql 5.6.3-m6 的innodb版本为 1.2.3查看版本方法,可以看到大版本SELECT * FROM information_schema.plugins;SELECT @@innodb_version;MySQL 5.5:MySQL Plugin Status Date5.5.18 1.1.8 GA 11/16/2011...