我只是在XAMPP中设置Adminer遇到了一些困难。我第一次用数据库做些什么,所以如果这是业余错误,请容忍我。
因此,我将adminer.php文件放到XAMPP的htdocs文件夹中,并从XAMPP控制面板中启动Apache和MySQL服务器。但是,当我在访问localhost/admin.php之后尝试登录时,我会得到以下错误:
Access denied for user 'abc'@'localhost' (using password: YES)我该怎么做才能解决这个问题?
发布于 2019-04-28 18:29:37
替换-$cfg‘’Servers‘’auth_type‘= 'config';-$cfg’‘Servers’‘密码’= '';
$cfg‘’Servers‘auth_type’= 'cookie';$cfg‘’Servers‘密码’= '123456';
现在
开放数据库
https://stackoverflow.com/questions/39995048
复制相似问题