| Server IP : 52.25.153.185 / Your IP : 216.73.217.131 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/bitnami/stack/scripts/phpmyadmin/ |
Upload File : |
#!/bin/bash # shellcheck disable=SC1090,SC1091 set -o errexit set -o nounset set -o pipefail # set -o xtrace # Uncomment this line for debugging purpose # Load phpMyAdmin environment . /opt/bitnami/scripts/phpmyadmin-env.sh # Load libraries . /opt/bitnami/scripts/libphpmyadmin.sh . /opt/bitnami/scripts/libos.sh . /opt/bitnami/scripts/libwebserver.sh # Load web server environment and functions (after phpMyAdmin environment file so MODULE is not set to a wrong value) . "/opt/bitnami/scripts/$(web_server_type)-env.sh" # Ensure phpMyAdmin environment variables are valid phpmyadmin_validate # Ensure phpMyAdmin is initialized phpmyadmin_initialize # Configure web server for phpMyAdmin based on the runtime environment info "Enabling web server prefix configuration for phpMyAdmin" phpmyadmin_ensure_web_server_prefix_configuration_exists