Can't access PHPmyadmin, not installed?

Discussion in 'Installation/Configuration' started by Nousfeed, Mar 27, 2022.

  1. Nousfeed

    Nousfeed New Member

    I needed to upload a database from someone else's server and I noticed that PHPMyadmin link wouldnt work. I haven't needed it until now.
    I ran a dpkg-reconfigure phpmyadmin and it tells me phpmyadmin is not installed.
    What is the best way to fix this, should I install it manually?

    ISPConfig version is 3.2.7p1
    Linux Debian 10 buster with apache 2
    PHP versions 7.3-8.1
    PHPMyAdmin URL: /phpmyadmin

    I had followed this guide awhile ago https://www.howtoforge.com/perfect-...stall-phpmyadmin-database-administration-tool

    Should I just go through it all again?
     
    Last edited: Mar 28, 2022
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. Nousfeed

    Nousfeed New Member

    I updated the original post
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    The guide you used installs PHPMyAdmin in Chapter 18. Did you follow that part?
    Since you did not install phpmyadmin from Debian repository, dpkg can not reconfigure it. Check this with command
    Code:
    apt policy phpmyadmin
    dpkg --list | grep phpmyadmin
    Fix the phpmyadmin installation following chapter 18.
    Another possibility is to remove the from source installed phpmyadmin completely. Then install phpmyadmin from Debian 10 backports repository. Just make sure you do not have two phpmyadmin installed at the same time.
    PS Where is the report from https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
     

Share This Page