Answer Posted / amith
The front layer takes care of network connections and
security authentications, the middle layer does the SQL
query parsing, and then the query is handled off to the
storage engine.
A storage engine could be either a default one supplied
with MySQL (MyISAM) or a commercial one supplied by a third-
party vendor (ScaleDB, InnoDB, etc.)
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is localhost in mysql?
Is mysql a distributed database?
Write a command to view mysql database table structure?
Where is the mysql data directory?
How can we convert between Unix & MySQL timestamps?
What are the types of index?
What is mysql and mysqli?
How many tables we can create in mysql database?
What is RMS Migrations
What are the different mysql database engines?
What is query log in mysql?
What is the difference between mysql_connect and mysqli_connect?
How do I view tables in mysql workbench?
Why mysql is so popular?
What can you do with mysql?