设置phpMyAdmin后,无法访问

参考下面 这个网址安装完phpMyAdmin之后,
http://www.linuxidc.com/Linux/2012-12/76577.htm
访问设定的路径的时候报错

该网页无法正常运作

172.17.5.80 目前无法处理此请求。
HTTP ERROR 500

apache的errorlog:

[Tue Aug 15 15:17:47 2017] [error] [client 172.17.6.57] PHP Parse error: syntax error, unexpected '@' in /var/www/html/phpMyAdmin/libraries/common.inc.php on line 467

然后我去看了一下467行的内容:

467 if (@extension_loaded('mbstring') && !empty(@ini_get('mbstring.func_overload'))) {
468 PMA_fatalError(
469 __(
470 'You have enabled mbstring.func_overload in your PHP '
471 . 'configuration. This option is incompatible with phpMyAdmin '
472 . 'and might cause some data to be corrupted!'
473 )
474 );
475 }

请问这是什么错误,怎么对应

我也遇到了这个问题,博主解决了吗

php版本过低所致,5.5以下都不行,看这里: https://www.51-n.com/t-4538-1-1.html