Mysql dba tips and tricks
High Performance MySQL: Optimization, Backups, Replication, and More
Wednesday, 18 May 2016
Mysql change table engine MyISAM to InnoDB
The easiest way is
ALTER TABLE table_name ENGINE = InnoDB;
InnoDB uses row level locks
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment