mysqli_real_connect(): (HY000/2002): No such file or directory解决
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
文件名称:config.inc.php
将上
原创
2022-04-08 11:36:20 ·
3205 阅读 ·
0 评论