How to change the storage engine for MySQL tables
MySQL server sets the MyISAM to default of storage engine which is storage engine that faster and simpler. However the MyISAM doesn’t support transactions and operations are slow when frequently to insert or update, because the entire table is locked for any insert or update. So, if your website is frequently update post or comment [...]
Recent Comments