📌  相关文章
📜  mysqli_real_connect(): (hy000 2002): 没有这样的文件或目录 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:35.285000             🧑  作者: Mango

代码示例1
Locate config.sample.inc.php

Change

$cfg['Servers'][$i]['host'] = 'localhost';
into

$cfg['Servers'][$i]['host'] = '127.0.0.1';
Save.

Then rename the file and remove sample from the name.