我正在使用 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 來獲取數據,但它不起作用。出現了同樣的錯誤。