MySQL is a program designed to manage databases. Synchronize copies of files and objects thanks to replication technology. Get access to an ever-expanding database of tables with full-text search and record-level transaction support.
MySQL Features
- performance optimization when running on systems with multi-core processors;
- open architecture;
- detailed locking system;
- built-in scheduler that allows for the periodic launching of tasks;
- utilities that analyze performance and create logs with all of the important information.
program advantages
- Restoring the results of the completed operation in case of errors;
- no limitations on the maximum table size;
- two modes: with or without logging the transactions;
- splitting large tables into parts using the extended syntax.
Disadvantages
- lack of support for ISO 8859-5 encoding;
- lack of possibility to correctly apply regular expressions to strings in multi-byte encodings.