vefali adlı üyeden alıntı: mesajı görüntüle
wp-config.php dosyanızda bulunan bilgiler ile oluşturduğunuz veri tabanı bilgilerini kontrol edin hocam. Büyük ihtimalle orada Bir sorun oluşmuş.
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', '' );