phpMyAdmin – Status phpMyAdmin provides a six types of statuses under Status Tab. Server − Server Status tab describes the MySQL/MariaDB server status in terms of traffic and connections that server is handling. It also shares the replication status. Processes − Processes like root, event scheduler are shared on this dashboard. We can kill them […]
phpMyAdmin – User Accounts phpMyAdmin provides an intuitive user interface for user management. We can view users, edit their previleges etc. Let”s create a user using phpMyAdmin say testuser. Click on the Add User Account link under New Section. Create user with a strong password. Grant Privileges. Now click on go button and phpMyAdmin will […]
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 − . […]