When creating a MySQL table, you can specify the storage engine as follows -
1 2 3 |
|
ENGINE keyword specifies the storage engine to be used for this specific table.
The above is the detailed content of When creating a MySQL table, how do I specify the storage engine of my choice instead of using the default storage engine InnoDB?. For more information, please follow other related articles on the PHP Chinese website!