安装都是好的
但是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都没有报错,为什么就这个报错了呢
哪位大神能帮忙看一下
但是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都没有报错,为什么就这个报错了呢
哪位大神能帮忙看一下