MySQL

MySQL is the most popular open-source relational database management system. MySQL is an important part of LAMP (Linux, Apache, MySQL, PHP / Perl / Python), a widely used open-source technology stack for web development.

Advantages

  • Open-source
  • Cross-platform
  • Very good performance
  • Manages memory very well and occupies low disk space
  • Multiple GUI tools to choose from
  • It can be installed from source code, allowing extra customization

Disadvantages

  • MySQL doesn’t provide good debugging tools
  • Doesn’t ship with a GUI tool

Features

  • Multilayered design with independent modules
  • Fully multi-threaded using Kernel Threads
  • Provides Transactional and Non-transactional storage engines

GUI Tools

  • MySQL Workbench
  • phpMyAdmin
  • HeidiSQL
  • Navicat
Scroll to Top