phpmyadmin not working

slander

Verified User
Joined
Mar 11, 2013
Messages
14
When trying to access phpmyadmin, I'm getting a 500 error. All permissions are correct. Any help would be appreciated.
 
Anyone have any suggestions? I've checked error logs, and it shows nothing pertaining to the phpmyadmin requests. I've checked permissions on the folders, all is correct. Mail services, roundcube, squrrelmail are working just fine.
 
Are you trying to access phpmyadmin on your own domain? If so, try instead to access phpmyadmin on the server hostname, like this:

yourserverhostname.com/phpmyadmin
or
yourserverhostname.com/phpMyAdmin

If it still does not work, check in php.ini if the function ini_set is in disable_functions, if so, remove it from disable_functions in php.ini and restart httpd
 
Back
Top