Changing Table Engine in MySQL

后端 未结 2 1729
轮回少年
轮回少年 2020-12-08 04:18

I am using mysql and mysql workbench. I created 5 tables with innodb engine. I checked their engine and it was innodb before I insert data into them. I inserted data from 5

2条回答
  •  庸人自扰
    2020-12-08 04:30

    It's not obvious. If you edit the table and then select the column tab the engine widget is not immediately visible. On the upper right of the edit window you will see two down pointing chevrons. Select the arrow once and additional widgets will appear. In the upper right hand corner there will now be widgets for the schema and engine.

提交回复
热议问题