サーバーの移行中にワードプレスの不具合があり、解決方法をお願いいたします。
エラーメッセージは
Warning: mysql_connect() [function.mysql-connect]: Access denied for user '●●●'@'localhost' (using password: YES) in /virtual/●●●/public_html/www.●●●/●●●/wp-includes/wp-db.php on line 1520
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
******************************
XREAからCORESERVERに移行
検証したこと
サーバー管理メニューにてDB名とパスワードの確認。
wp-config.php の確認。
/** WordPress のためのデータベース名 */
define('DB_NAME', '●●●');
/** MySQL データベースのユーザー名 */
define('DB_USER', '●●●');
/** MySQL データベースのパスワード */
define('DB_PASSWORD', '●●●');
/** MySQL のホスト名 */
define('DB_HOST', 'localhost');
ドメインは問題が解決してから移管を予定しています。
ご回答よろしくお願いします。
追伸
PhpMyAdminにアクセスできません。
パスワードは間違いないのですが。

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。