如何禁用innodb在mysql? [英] How to disable innodb in mysql?

查看:89
本文介绍了如何禁用innodb在mysql?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在my.cnf文件中添加了'skip_innodb'行以禁用innodb并重新启动mysqld。但是,它不是在数据库中生效。

I added the line 'skip_innodb' in my.cnf file to disable innodb and restarted the mysqld. But,It is not effecting in database. Is there any alternative solutions ?

推荐答案

添加 skip-innodb code> [mysqld] in my.cnf 然后重新启动服务器

Add skip-innodb under [mysqld] in my.cnf and then restart the MySQL server

使用 tail -100查看mysql日志文件是否成功log_file_name_with_full_path

使用以下查询验证:

SHOW ENGINES;

这篇关于如何禁用innodb在mysql?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆