( ! ) Warning: mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO) in /var/www/html/cafediario/wp-includes/class-wpdb.php on line 1987
Call Stack
#TimeMemoryFunctionLocation
10.0001456528{main}( ).../index.php:0
20.0001457824require( '/var/www/html/cafediario/wp-blog-header.php ).../index.php:17
30.0002467424require_once( '/var/www/html/cafediario/wp-load.php ).../wp-blog-header.php:13
40.0002473744require_once( '/var/www/html/cafediario/wp-config.php ).../wp-load.php:50
50.0006556224require_once( '/var/www/html/cafediario/wp-settings.php ).../wp-config.php:108
60.01334089392require_wp_db( ).../wp-settings.php:131
70.01474416392wpdb->__construct( $dbuser = 'root', $dbpassword = '', $dbname = 'cafediario', $dbhost = 'localhost' ).../load.php:687
80.01474416392wpdb->db_connect( $allow_bail = ??? ).../class-wpdb.php:767
90.01474417112mysqli_real_connect( $mysql = class mysqli { public $client_info = 'mysqlnd 8.3.6'; public $client_version = 80306; public $connect_errno = 1045; public $connect_error = 'Access denied for user \'root\'@\'localhost\' (using password: NO)'; public $errno = 1045; public $error = 'Access denied for user \'root\'@\'localhost\' (using password: NO)' }, $hostname = 'localhost', $username = 'root', $password = '[Sensitive Parameter]', $database = NULL, $port = NULL, $socket = NULL, $flags = 0 ).../class-wpdb.php:1987
WordPress › Error

Access denied for user 'root'@'localhost' (using password: NO)

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or that contact with the database server at localhost could not be established. This could mean your host’s database server is down.

If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.