Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-config

Site was not able to conect and backup database

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'dbpainc' );
define( 'DB_USER',     'fl68dds' );
define( 'DB_PASSWORD', 'pwDe@n07' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'wp_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '3:W+#X|W+Kzi3yRp8*Mu!U?0~+5MLIeKd$BO.%ZX6z2nV`U(uM|NT@lX}x0V&}G;g gns3!K/On%$0~l)qKi-mK:lUr~PU|423');
define('NONCE_KEY',        '_Ayybdq-aK(9Q|-DCeen38m~13j6FJ+)&}P+h10y[^<F|<6_+YdqhowLS+j6vznj');
define('AUTH_SALT',        '%K}+lO]]-|3g(?Af1fzYOO!Ht66Mbv5ofmWU^Kyvrcg`|&%95IMUImgbx-$|sKL.');
define('SECURE_AUTH_SALT', '9mzZE|++h l,-3Vm.j5]o9VYeUK i+d!F|8-jdy/Gu_3D:_8+-Ey%vZC_;NvV{dB');
define('LOGGED_IN_SALT',   'y thJ3T~V.');
define('NONCE_SALT',       's- jw9Wf0_GK``n|,b$WJJNasuT|Ry#Z=-2J&|{j;S%A+TT.Y|Weyw@AtHb2 I.l');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://painc.com/blog' );
define( 'WP_HOME',        'http://painc.com/wordpress' );
define( 'WP_CONTENT_URL', 'http://painc.com/wp-content' );
define( 'UPLOADS',        'http://painc.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://painc.com/wp-content/plugins' );
define( 'COOKIE_DOMAIN',  'subdomain.painc.com' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG',     true );
define( 'SAVEQUERIES',      true );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '30M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP',        true );


/* FTP */
define( 'FTP_USER', '[email protected]' );
define( 'FTP_PASS', 'pwDe@n07' );
define( 'FTP_HOST', '/home/painc1....com/fl68dds' );
define( 'FTP_SSL', true );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );


/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');