/** The name of the database for WordPress */ define( 'DB_NAME', 'sixdegrees_wp_42drk' ); /** Database username */ define( 'DB_USER', 'sixdegrees_wp_42drk' ); /** Database password */ define( 'DB_PASSWORD', 'YOUR_PASSWORD_HERE' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /** WordPress database table prefix */ $table_prefix = 'yns_';