MySQL Tutorials : Disadvantages/Drawback of MySQL
Following are the few disadvantages of MySQL:
- MySQL does not support a very large database size as efficiently.
- MySQL version less than 5.0 doesn't support ROLE, COMMIT, and stored procedure.
- MySQL doesn't handle transactions very efficiently, and it is prone to data corruption.
- MySQL is accused that it doesn't have a good developing and debugging tool compared to paid databases.
- MySQL doesn't support SQL check constraints.