检查数据库的存储引擎
show variables like '%storage_engine%';
存储引擎为 InnoDB 的数据库, 能使用存储过程。
mysql> show variables like '%storage_engine%';
+----------------+--------+
| Variable_name | Value |
+----------------+--------+
| storage_engine | InnoDB |
+----------------+--------+
1 row in set (0.01 sec)