Discover Centmin Mod today
Register Now

phpmyadmin.sh Addon

Discussion in 'Add Ons' started by eva2000, May 25, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:20 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Have you tried updated version i listed with commands, this was updated today.

     
  2. redbird

    redbird Member

    109
    15
    18
    Aug 28, 2015
    Web
    Ratings:
    +29
    Local Time:
    10:20 AM
    Worked like a charm! Thanks a bunch!
     
  3. Itworx4me

    Itworx4me Premium Member Premium Member

    339
    35
    28
    Mar 14, 2017
    Ratings:
    +65
    Local Time:
    5:20 PM
    Nginx 1.27.4
    MariaDB 10.6.21
    This doesn't work for Rocky Linux 9. I get the following error after install: With the host.domain.com or with the IP address.
    Screenshot 2026-02-04 112530.png
     
  4. Itworx4me

    Itworx4me Premium Member Premium Member

    339
    35
    28
    Mar 14, 2017
    Ratings:
    +65
    Local Time:
    5:20 PM
    Nginx 1.27.4
    MariaDB 10.6.21
    Any fix for this @eva2000
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:20 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Any more details other than doesn't work?
     
  6. Itworx4me

    Itworx4me Premium Member Premium Member

    339
    35
    28
    Mar 14, 2017
    Ratings:
    +65
    Local Time:
    5:20 PM
    Nginx 1.27.4
    MariaDB 10.6.21
    The script installs, no errors there. But when you try and visit the provided web url it doesn't allow access. Just gives you this page:

    upload_2026-2-26_13-19-58.png
     
  7. Itworx4me

    Itworx4me Premium Member Premium Member

    339
    35
    28
    Mar 14, 2017
    Ratings:
    +65
    Local Time:
    5:20 PM
    Nginx 1.27.4
    MariaDB 10.6.21
    I found the error:
    This is what it produces in the log file on installation.
    Code (Text):
      
    https://host-name/xxxx_mysqladminxxxx
    or
    https://ip-address/xxxx_mysqladminxxxx
    


    Should have a trailing slash at the end or it never calls the index file.
    Code (Text):
     
    https://host-name/xxxx_mysqladminxxxx/
    or
    https://ip-address/xxxx_mysqladminxxxx/
    


    Hope this helps,
    Itworx4me