phpMyAdmin – Overview 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 […]
Category Archives: phpmyadmin
phpMyAdmin – SQL phpMyAdmin provides a SQL console under SQL Tab. Its context varies as per the selection. If no database is selected, then SQL console opens in localhost context otherwise in relevant database context. In given example, we”ve selected a database TutorialsPoint. Now switching to SQL shows the following screen. Now let”s run a […]
phpMyAdmin – Environment Setup As phpMyAdmin is PHP based, following four vital components need to be installed on your computer system before installing phpMyAdmin. Web Server − PHP works with virtually all Web Server software, including Microsoft”s Internet Information Server (IIS) but most often used is Apache Server. Download Apache for free here − . […]