tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
189 stars 107 forks source link

Mysql Default password #67

Open gitcrypto-bucked opened 2 months ago

gitcrypto-bucked commented 2 months ago

Hello,

I'm running Docker on Linux. I use the following command to start the container:

docker run --name myXampp -p 41061:22 -p 41062:80 -d -v ~/my_web_pages:/www tomsik68/xampp:8

How do I access phpmyadmin?

Thank you!

What are the default password of mysql root user : mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

tomsik68 commented 2 months ago

Hello,

I believe there is no password set for the root user. You can try setting one by following the steps outlined here: https://poe.com/p/What-are-the-default-username-and-password-for-the-XAMPP-database