MySQL 5.6.3
Posted rsapaper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL 5.6.3相关的知识,希望对你有一定的参考价值。
SHOW VARIABLES LIKE ‘%version%‘;
https://dev.mysql.com/doc/refman/5.6/en/explain.html
As of MySQL 5.6.3, permitted explainable statements for EXPLAIN
are SELECT
, DELETE
, INSERT
, REPLACE
, and UPDATE
. Before MySQL 5.6.3, SELECT
is the only explainable statement.
以上是关于MySQL 5.6.3的主要内容,如果未能解决你的问题,请参考以下文章
连接MySQL出现错误:ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)(代码片段