Selamlar evet onu kontrol ettim fakat sadece bu yazıyordu;
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
bu bilgileri kendi serveriniza göre düzenleyin veya dosyayı yazılabilir hale getirirn kurarken düzenlesin.