Phpmyadmin & database access

Discussion in 'General' started by adam314315, Feb 15, 2023.

  1. adam314315

    adam314315 New Member

    Hello,

    Is there any way for the user connected via the ISP Config panel to get connected to the phpmyadmin interface of a database without having to use the database username and password (this feature exists in Plesk for example). That would allow to avoid to communicate the database credentials to the ISP Config user and ease the connexion to the database via phpmyadmin.

    Thanks for help or suggestions.
    Best regards,
    Adam
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Try clicking the database icon on ISPConfig Panel Sites tab and then database view.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    No, this would require storing database passwords in cleartext or reversible encryption, we store passwords always hashed so they can not be decoded. Plesk might put this risk on its users, but we have security in mind when developing software, so we don't want to do that.
     
    ahrasis likes this.

Share This Page