myphp admin

rehan shabbir

New member
Joined
Oct 31, 2023
Messages
4
hello team
i want to access my data base but myphpadmin not working
can you please guide me on how to fix
 
Create database in DA panel, then use created credentials to log in to PhpMyadmin
 
what's error message when you trying access to "/phpmyadmin" ?
 
look like your webserver went down.

Access your server via SSH with root permission (sudo)
Code:
service nginx status -l
service php-fpm81 status -l
service httpd status -l

#php-fpmXX: Please match your version when your installed as first php_selector.


before post log here, please remove your sensitive data like hostname or something else.
 
You can try to rebuild the PMA and try to access it again or check the user permission level
 
Back
Top