xampp吧 关注:240贴子:514
  • 1回复贴,共1

phpMyAdmin配置求助

只看楼主收藏回复

安装都是好的
但是phpMyAdmin页面打不开
Failed to load phpMyAdmin configuration (.\config.inc.php:26): syntax error, unexpected variable "$cfg"
看了下config.inc.php文件
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
$cfg['Servers'][$i]['port'] = '3306'
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
报错对应行为
$cfg['Servers'][$i]['host'] = '127.0.0.1';
前面一堆$cfg都没有报错,为什么就这个报错了呢
哪位大神能帮忙看一下


1楼2021-02-22 17:19回复



    2楼2021-02-22 17:51
    回复