http://www.vipspatel.com/wp-content/uploads/2014/10/How-to-Display-MySQL-Storage-Engines.png
Pre-Flight Check
- These instructions are intended for displaying a list of the installed MySQL storage engines.
- I’ll be working from a Liquid Web Core Managed CentOS 6.5 server, and I’ll be logged in as root.
If you’re not already logged into MySQL,
How to Display MySQL Storage Engines
From the MySQL command line, issue the following command:
SHOW ENGINES;
You should receive a result similar to:
Typically the default storage engine will be set to MyISAM. It is a derivative of the original ISAM engine type supported in early versions of the MySQL system. This storage engine provides the best combination of performance and functionality, although it lacks transaction capabilities and uses table-level locking.
How to Display MySQL Storage Engines, Technology newsTechnical, Technology, Technology Trends
How to Display MySQL Storage Engines
0 comments:
Post a Comment