Change the Storage Engine in mysql

Query to get total number of records
Select count (*) from mytable;

Query to change the storage engine
ALTER TABLE mytable ENGINE = innodb

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form