domingoruiz / docker-lamp

Docker container based on Ubuntu 20.04 LTS with PHP, Mysql, Apache2 and Phpmyadmin.
https://github.com/users/domingoruiz/packages/container/package/docker-lamp
MIT License
5 stars 1 forks source link

phpMyAdmin login credentials #1

Open Tresna-max opened 1 year ago

Tresna-max commented 1 year ago

Hi Domingoruiz,

I just try this docker-lampp on my remote machine ubuntu 20.04, I hosted that machine using No-Ip.com

apache2 ubuntu default page was successfully hosted. but when I tried to access phpMyAdmin, it ask me for password which I don't know.

i have tried,

root:"" root:"password" admin:"admin"

but still cannot login.

can you help me resolve this login problem ?

thanks,

domingoruiz commented 1 year ago

Hi. Has you tried to change the mysql root password? You can do it with the command docker exec -ti <container_id> /bin/bash and then change the password.

ctechdev commented 1 year ago

@Tresna-max have you solved the issue? I've same problem