Earn 💰with Bug Bounty: / a-unique-tale-of-p1-exposed-graphql-leads-...
Fix Damn Vulnerable Web Application DVWA Database Error 1698 Access denied to user 'root'@'localhost' by editing config/config.inc.php and executing sql from terminal
Latest Environment Tested
The latest environment tested with this solution and fixes the problem:
Mysql: 10.5.8-MariaDB-3 Debian buildd-unstable
PHP: 7.4.14
OS: Linux/Windows 11
DVWA - 2023, Jan 11
SQL
USE mysql;
UPDATE user SET plugin='mysql_native_password' WHERE User='root';
FLUSH PRIVILEGES:
DVWA Download: https://github.com/digininja/DVWA/arc...
#dvwa #php #speedtutorial