Category Archives: MySQL
Import and Export Data in MySQL
MySQL is a popular open source Relational DataBase Management System (RDBMS) based on Structured Query Language. MySQL is the database of choice for the most popular open source project like WordPress, Joomla, phpBB, osCommerce, and other software built on the LAMP (Linux, Apache, MySQL, PHP) stack. When managing an application on the LAMP stack, sooner or later, you would want to backup the database or restore from a backup. Continue reading

