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