Mysqli构造警告,服务器请求客户端未知的身份验证方法[caching_sha2_password]

时间:2018-05-21 11:30:18

标签: php mysql apache mysqli

我在这个具体问题上找不到任何已回答的问题, 我使用的是php 7,mysql服务器和apache web服务器 这是我用来连接数据库的代码:

$servername = 'localhost';
$username = 'root';
$password = 'my_password';
$dbname = 'ehotels';

$conn = new mysqli($servername, $username, $password, $dbname);

0 个答案:

没有答案