php7.0+中mysqli连接提示 Warning: mysqli::mysqli(): (HY000/2002): No such file or directory
原文链接$mysql=newmysqli('localhost','root','root','test');在用php连接mysql数据库时出现这个错误。然后把localhost改为127.0.0.1则问题解决。$mysql=newmysqli('127.0.0.1','root','root','test');原因在于:当主机填写为localhost时MySQL会采用unixdomainsoc