phpMyAdmin is one of the most popular applications for managing SQL databases. With it, you can create databases, edit tables, perform backups, do research, insert information. You can also see the statistics of the server, see the number of requests, the number of questions sent to the server, the CPU load, the amount of memory used.
To install phpMyAdmin, we need three lines that we enter in the SSH interface of our server:
apt-get install phpmyadmin
vi /etc/phpmyadmin/apache.conf
service apache2 restart
Note: Commissions may be earned from the links above.
This page contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our advertising policy, please visit this page.