Using phpMyAdmin

phpMyadmin is a popular tool for managing MySQL databases using a web interface.

Installing phpMyAdmin

To install phpMyadmin, download its latest release and unpack it into the directory of your choice:

  $ cd ~/www/example.com
  $ mkdir pma1234
  $ wget https://files.phpmyadmin.net/phpMyAdmin/5.2.x/phpMyAdmin-5.2.x-all-languages.zip
  $ unzip phpMyAdmin-5.2.x-all-languages.zip

Once installed, phpMyAdmin will then be accessible from https://example.com/pma1234.

Logging in
You can log into phpMyAdmin using any of your previously configured MySQL users. If you have not configured MySQL users/databases, you can do so from either the "Databases" section of the Control Panel, or using the "db mysql" commands in the Shell Interface. Don't forget to grant databases privileges to your new MySQL users.
Links

Csoft.net
© 2024 CubeSoft Communications
All Rights Reserved.