username_here yazan yere oluşturduğunuzveritabanı ismini
password_here oluşturduğunuz veritabanı kullanıcı şifresini yazınız.
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', v'eritabanı ismini' );
/** MySQL database username */
define( 'DB_USER', 'veritabanı ismi' );
/** MySQL database password */
define( 'DB_PASSWORD', 'veritabanı şifresi' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );