Server Interface Setting for Database with phpMyAdmin

Discussion in 'ISPConfig 3 Priority Support' started by pvanthony, Feb 21, 2021.

  1. pvanthony

    pvanthony Active Member HowtoForge Supporter

    Hi,
    Noticed there is a [DATABASE] substitution for the database link.
    I just cannot get it to work.
    What is the syntax for the url so that the substitution can be used?
    P.V.Anthony
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    It's not clear to me what you mean. What are you trying to do?

    If you want to use the correct link, you could use
    Code:
    https://[SERVERNAME]/phpmyadmin
    for example.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You can use something like this:

    Code:
    https://[SERVERNAME]/phpmyadmin/index.php?db=[DATABASE]
    This should open the right database in phpmyadmin directly after you logged in.
     
    pvanthony likes this.
  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Edited: @till already answered except may be it should be [DATABASENAME].
     
    pvanthony likes this.
  5. pvanthony

    pvanthony Active Member HowtoForge Supporter

    This is what I was looking for. Thank you for sharing this information.
     

Share This Page