我需要在我的 ubuntu 服务器 10.04 上启用 innodb 并且有很多问题,我试过在任何地方发布问题但我没有答案......我试过这个
show variables like "%innodb%";
+-----------------------+-------+
| Variable_name | Value |
+-----------------------+-------+
| have_innodb | NO |
| ignore_builtin_innodb | OFF |
+-----------------------+-------+
Run Code Online (Sandbox Code Playgroud)
所以它似乎没有安装或其他东西,但我一直在阅读它默认安装的
show engines;
+------------+---------+----------------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+------------+---------+----------------------------------------------------------------+--------------+------+------------+
| MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance | NO | NO | NO |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | NO …Run Code Online (Sandbox Code Playgroud)