MySQL - no phpMyAdmin #1068

Closed
opened 2026-02-04 22:53:09 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @PanSzelescik on GitHub (Jun 5, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

MySQL

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mysql.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

If you agree to install phpMyAdmin during the installation of MySQL, phpMyAdmin will not work. Only the default Apache server page will work (and of course MySQL).

🔄 Steps to reproduce the issue.

  • Use command to start script
  • Select default settings (with verbose)
  • type y and hit Enter to install MySQL 8.4
    Image
  • type y and hit Enter to install phpMyAdmin
    Image
  • MySQL is installed and should be installed with phpMyAdmin:
    Image
  • But phpMyAdmin not working

Paste the full error output (if available).

No errors. Default apache page on port 80 where should be phpMyAdmin
Image

🖼️ Additional context (optional).

  • pve-manager/8.4.1/2a5fa54a8503f96d
  • Linux 6.8.12-10-pve (2025-04-18T07:39Z)
Originally created by @PanSzelescik on GitHub (Jun 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? MySQL ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mysql.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. If you agree to install phpMyAdmin during the installation of MySQL, phpMyAdmin will not work. Only the default Apache server page will work (and of course MySQL). ### 🔄 Steps to reproduce the issue. - Use command to start script - Select default settings (with verbose) - type `y` and hit Enter to install MySQL 8.4 ![Image](https://github.com/user-attachments/assets/f7bf8416-4d56-4e76-82c9-a2b4d4c81f5d) - type `y` and hit Enter **to install phpMyAdmin** ![Image](https://github.com/user-attachments/assets/2fa4221d-7b71-473f-b3f5-87f07ed5e49d) - MySQL is installed and should be installed with phpMyAdmin: ![Image](https://github.com/user-attachments/assets/5a5a44c1-4873-48a5-a615-6404f7895a89) - But phpMyAdmin not working ### ❌ Paste the full error output (if available). No errors. Default apache page on port 80 where should be phpMyAdmin ![Image](https://github.com/user-attachments/assets/7b9181a0-ee32-47cf-9bb6-dc1a9dd647dd) ### 🖼️ Additional context (optional). - pve-manager/8.4.1/2a5fa54a8503f96d - Linux 6.8.12-10-pve (2025-04-18T07:39Z)
OVERLORD added the bug label 2026-02-04 22:53:09 +03:00
Author
Owner

@PanSzelescik commented on GitHub (Jun 5, 2025):

Oh, phpMyAdmin works on route /phpMyAdmin (in my case http://192.168.1.167/phpMyAdmin/).

Wouldn't it be better to add a redirect from / to /phpMyAdmin, or serve it directly at /?

Alternatively, I suggest adding a message after installation.

@PanSzelescik commented on GitHub (Jun 5, 2025): Oh, phpMyAdmin works on route `/phpMyAdmin` (in my case http://192.168.1.167/phpMyAdmin/). Wouldn't it be better to add a redirect from `/` to `/phpMyAdmin`, or serve it directly at `/`? Alternatively, I suggest adding a message after installation.
Author
Owner

@MickLesk commented on GitHub (Jun 5, 2025):

no that corrupted the apache2. its excactly so like everytime

@MickLesk commented on GitHub (Jun 5, 2025): no that corrupted the apache2. its excactly so like everytime
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1068