• Home
  • LLMs
  • Python
  • Docker
  • Kubernetes
  • Java
  • Ubuntu
  • Maven
  • Archived
  • About
Install | PHP/phpMyAdmin
  1. References
  2. Install PHP
  3. Install phpMyAdmin
  4. phpMyAdmin setup
  5. Modify phpMyAdmin alias

  1. References
    See these pages for more details on how to install PHP/phpMyAdmin:
    https://help.ubuntu.com/lts/serverguide/php.html
    https://help.ubuntu.com/lts/serverguide/phpmyadmin.html
  2. Install PHP

    Install required tools:

    Verify the version of PHP:
  3. Install phpMyAdmin

    Verify the version of phpMyAdmin:

    Access the default page of phpMyAdmin: http://localhost/phpmyadmin

    phpMyAdmin
  4. phpMyAdmin setup
    You need to setup a password for the 'admin' user:
    Access the phpMyAdmin setup: http://localhost/phpmyadmin/setup

    phpMyAdmin - setup

    You might get this error: "phpMyAdmin - Error. Configuration already exists, setup is disabled!"
    Check if the file "/etc/phpmyadmin/config.inc.php" already exists in the root phpMyAdmin directory.
    Move/rename this file to fix this issue:
  5. Modify phpMyAdmin alias
    Modify the phpMyAdmin alias:
    Now you can access the phpMyAdmin using the URI: http://localhost/phpmyadmin1
© 2025  mtitek