原文:phpmyadmin登錄提示mysqli_real_connect(): (HY000/2002): No such file or directory和mysql8登錄失敗的問題

網上的解決方法有很多,但都無法解決我的問題,最后在stackoverflow上找到解決方法,原文地址:https: stackoverflow.com questions mysqli real connect hy no such file or directory 首先找到phpmyadmin的配置文件config.sample.inc.php改為config.inc.php host配置由l ...

2018-11-13 17:34 0 2594 推薦指數:

查看詳情

SQLSTATE[HY000] [2002] No such file or directory

正常的解決辦法。。 只需將laravel配置文件中的host 127.0.0.1改成localhost就可以:'mysql' => array( 'driver' => 'mysql', 'host' => ...

Tue May 15 02:08:00 CST 2018 0 3107
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM