Discuss phpMyAdmin phpMyAdmin is one the most popular, free and open source administration tool which can manage MySQL and MariaDB. It is licensed under GNU GPLv2. It has a web based interface and can be used on any platform easily. It is available in 79 languages. It is PHP based and is provided by almost […]
Category Archives: phpmyadmin
phpMyAdmin – Storage Engines phpMyAdmin Storage Engines tab displays all the engines which are supported by MySQL server. You cannot edit anything here. It is a readonly information. When we click on any engine name, it displays the details further. For example, when user clicks on the default engine myISAM, it displays as following − […]
phpMyAdmin – Exports phpMyAdmin provides an intuitive user interface to export database(s). Click on Go button and phpMyAdmin will generate SQL required to create databases/tables and other relevant entities. Instead of SQL, user can choose other popular options as well like csv, json, yaml etc. Now select the custom option and phpMyAdmin will show lots […]