-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't access phpmyadmin #1146
Comments
Hi @zzzh, Thanks for using Bitnami. Can you check the Apache logs in the server to try to find what's happening? Can you also run the bndiagnostic tool and share the generated code with us? https://docs.bitnami.com/general/how-to/understand-bndiagnostic/ |
Hi, @gongomgra , Happy to use Bitnami, it's awesome. Here's the content of /opt/bitnami/apache/logs/error_log: Here's the output from the bndiagnostic tool( blank lines removed to increase readability here): By the way, I didn't change anything in this image, just not change the default password... I tried to change the default password, now it works! Problem solved, thank you so much for the reply. |
Hi @zzzh, I have what I believe is the same problem you had. You said you tried changing the default password and that worked for you. What command or steps did you use to make this change? |
Hi @Morfonio, First of all please take into account that phpMyAdmin is only accessible through an SSH tunnel for security reasons. Initial root password should work using the tunnel. Are you having issues using this method? https://docs.bitnami.com/aws/faq/get-started/access-phpmyadmin/ You can get more information on how to reset the MariaDB root user password in our guide linked below https://docs.bitnami.com/general/infrastructure/lamp/administration/change-reset-password-mariadb/ You should be able to log into phpmyadmin with the |
Hello again. Thanks for your reply, but in my case instead of Maria DB I use Mysql so I used this guide to see the password change. https://docs.bitnami.com/aws/infrastructure/mysql/administration/change-reset-password-mysql/ But when I changed the password I still can't access phpmyadmin through the browser and I get the same message in the browser. Do you know what else I can try? |
Hi @zzzh, What if you try to connect with the root user directly to MySQL from the command line on your instance? Does the new password work for you? It will prompt you for the password, but you won't see any character back while you type in the password.
If the command above works, please restart all services and clean the browser cache on your side and try again
|
When I run the command:
Then I run
It asks me for the password and I enter the new one I generated and it recognizes the new password. But when I try to enter phpmyadmin from the browser it still won't let me in. I also run the Bitnami Diagnostic Tool and this was the result: |
@Morfonio let's continue checking your issue in the other thread you have opened. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Describe your issue as much as you can
Hi,
I was trying to access phpadmin following your this article: https://docs.bitnami.com/virtual-machine/faq/get-started/access-phpmyadmin/
I checked event log of putty, looks like everything works fine:
2023-09-10 15:33:36 Access granted
2023-09-10 15:33:36 Local port 8888 forwarding to localhost:80
2023-09-10 15:33:36 Opening main session channel
2023-09-10 15:33:36 Opened main channel
2023-09-10 15:33:36 Allocated pty
2023-09-10 15:33:36 Started a shell/command
But, when I try to access phpadmin by this address in edge browser: http://127.0.0.1:8888/phpmyadmin
it always say:
Hmmm… can't reach this page
The connection was reset.
in event log, it would say like this:
2023-09-10 15:38:22 Opening connection to localhost:80 for forwarding from 127.0.0.1:54898
2023-09-10 15:38:22 Opening connection to localhost:80 for forwarding from 127.0.0.1:54899
2023-09-10 15:38:22 Forwarded connection refused by remote: Connect failed [Connection refused]
2023-09-10 15:38:22 Forwarded connection refused by remote: Connect failed [Connection refused]
The OS I'm using is Windows 10, I tried to add a firewall rule to let 8888 port pass, but it still don't work.
Any ideas?
The text was updated successfully, but these errors were encountered: