如果你安装mysql。怎么查看mysql是否支持事务语句呢!我们有专业团队给你写出来,请看。。
运行sql
- mysql> SHOW variables like "have_%"
- -> ;
- +-------------------------+----------+
- | Variable_name | Value |
- +-------------------------+----------+
- | have_community_features | YES |
- | have_compress | YES |
- | have_crypt | NO |
- | have_csv | YES |
- | have_dynamic_loading | YES |
- | have_geometry | YES |
- | have_innodb | YES |
- | have_ndbcluster | NO |
- | have_openssl | DISABLED |
- | have_partitioning | YES |
- | have_query_cache | YES |
- | have_rtree_keys | YES |
- | have_ssl | DISABLED |
- | have_symlink | YES |
- +-------------------------+----------+
- 14 rows in set (0.08 sec)
- mysql>
这样就可以看出是否支持了!