MySQL features - Explain about MySQL and its features.

Explain about MySQL and its features.

MySQL is a relational database management system which is an open source database.

Features:

1. Because of its unique storage engine architecture MySQL performance is very high.
2. Supports large number of embedded applications which makes MySql very flexible.
3. Use of Triggers, Stored procedures and views which allows the developer to give a higher productivity.
4. Allows transactions to be rolled back, commit and crash recovery.
MySQL disadvantages - What are the disadvantages of MySQL?
MySQL disadvantages - MySQL does not support a very large database size as efficiently...
MySQL security - What are the security recommendations while using MySQL?
MySQL security - Access to the user table should never be given to avoid SQL injection attacks.....
MySQL MyISAM Table
What are MyISAM tables?, Explain the difference between MyISAM Static and MyISAM Dynamic, What does myisamchk do?, Explain advantages of InnoDB over MyISAM, Explain advantages of MyISAM over InnoDB....
Post your comment