How to make the mysql MEMORY ENGINE store more data?

前端 未结 5 697
孤独总比滥情好
孤独总比滥情好 2020-12-04 11:45

I want to alter a table from INNODB to MEMORY ENGINE.

So I typed this command:

alter table sns ENGINE=MEMORY;

Then the MySQL shows

5条回答
提交回复
热议问题