/wordpress/wp-config.php
PHP, 4.7 KB, selected from /wordpress
Clean
1 <?php
2 define( 'DB_NAME', 'database_name_here' );
3 define( 'DB_USER', 'username_here' );
4 define( 'DB_PASSWORD', 'password_here' );
5 define( 'DB_HOST', 'localhost' );
6 define( 'DB_CHARSET', 'utf8mb4' );
7 define( 'WP_DEBUG', false );
No pending file operation.