// ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'wordpress' );
# pass PHP scripts to FastCGI server location ~ \.php$ { include snippets/fastcgi-php.conf;
# With php-fpm (or other unix sockets): fastcgi_pass unix:/run/php/php-fpm.sock; # With php-cgi (or other tcp sockets): #fastcgi_pass 127.0.0.1:9000; } }
Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /var/www/html/wordpress/wp-includes/class-wpdb.php on line 1982
No such file or directory 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. - Are you sure you have the correct username and password? - Are you sure you have typed the correct hostname? - Are you sure the database server is running? 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.