In this post i will explain how to change the mysql engine for table.
Two ease ways to we can change the mysql table engine:
with help of query
------------------
*) ALTER TABLE your_table_name ENGINE = your_engine;
using this query we can easily change the mysql table engine.
No comments:
Post a Comment