Edit file File name : wp-config.php Content :<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'ovanap1_98085' ); /** Database username */ define( 'DB_USER', 'ovanap1_98085' ); /** Database password */ define( 'DB_PASSWORD', '9bbfaa9cd597d7d4187d' ); /** 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', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', 'fh>>e9G:BTHS&h>Hs$pg[5$gwo_+DR`kRp|g]3<@&HSqmrZ8(Tj*q@X!|{H>)NdQ' ); define( 'SECURE_AUTH_KEY', '1~R<^ix:irx:wC/^E=$R6]-%V`:93;>4[xy__Py_q_7l_*ZdS>PrHLI;r;}L @q ' ); define( 'LOGGED_IN_KEY', 'DIN$uXC`$;}U{6$G+K BU*v->yykhjn([.B64ZqpG;d@oe+~z;PSMt8b~72=[uu)' ); define( 'NONCE_KEY', '8$Efe^`@)DS;6L<%cA9j?K`=V2P/=!F.O_)=#k!T49V$qovhO}p.v4:Bv)8TAZ Q' ); define( 'AUTH_SALT', 'F~=C|BOhhC$~;E^D,j$gIX.cN*t}ZW,c5=(SR5zJ:NegET<;Nc5|cH2*10$fv*qa' ); define( 'SECURE_AUTH_SALT', 'S!raKJbh so|;:Xk1]a9a.b3vFUdc{vJ)Np}@4JT)HTz!&N0.vHr31>%S*[$Vy+u' ); define( 'LOGGED_IN_SALT', 'LBP4x,ezcrBJ c_x6xdw_Owo,/q4;}s^3B[B|Qf<jJYz6Y::dEerv[QzI4$`m*#}' ); define( 'NONCE_SALT', '{TbepEP;;l*U%W-oFmt>]*%?yx~RH<eM`aN-j7-6M(b/+|L3K4Ca8;K~nf6GV.On' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wp_bcvfy_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';Save