警告:mysqli::mysqli():(HY000/1045):拒绝用户“root”@“localhost”访问(使用密码:否)

警告:mysqli::mysqli():(HY000/1045):拒绝用户“root”@“localhost”访问(使用密码:否)

我使用 MySQL 和 PHP 从数据库打印详细信息。当我尝试创建一个新用户时,虽然成功了,但是当我尝试从 MySQL 获取数据时,出现了错误,它显示了这个错误。

    ( ! ) Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO) in D:\wamp\www\index_feed\index_feed.php on line 8
Call Stack
#   Time    Memory  Function    Location
1   0.0010  238200  {main}( )   ..\index.php:0
2   0.0024  289384  require_once( 'D:\wamp\www\index_feed\index_feed.php' ) ..\index.php:48
3   0.0024  289672  feed_print( )   ..\index_feed.php:136
4   0.0024  291264  mysqli ( )  ..\index_feed.php:8

这里的困境是,我甚至没有使用“root”用户,是的,我确实有用户密码,但错误显示using password : NO。我完全被困在这里,我认为这是问题using password

我尝试使用 root 获取数据,但是没有用。出现了同样的错误。

相关内容