ファイルのバックアップを取っているWordPress Webサイトを復元しようとしていますが、手元にDBバックアップがありません。DBバックアップなしでWordPressサイトを復元しますか?
cPanelでバックアップを復元することでサイトを部分的に稼働させることができました。サイトのすべてのページは現在動作していますが、DBは存在しないため(wp-config.phpは '
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?
If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
私は私のウェブサイトのDBをバックアップしないことにより、巨大なミスを犯し知っている:DB)はsite.com/wp-adminにアクセスすると、このエラーをレンダリングします。
この場合、wp-adminにアクセスする方法はありますか?古いDBを新しいもので "嘲る"ことができないのですか? wp-adminにアクセスできるもの。新規インストールとコアWordpressのはただDB_NAME、DB_USER、DB_PASSWORD ...... AUTH_KEY、SECURE_AUTH_KEYから(
あなたはすべての設定をコピーする必要があり
を作成しました新しいデータベースにあなたの現在のWordpressのファイルを指して
短い答えはいいえ – PhpDude
WordPressを再インストールして、回復した 'wp-content'フォルダにコピーすることができます。それはそれです。 – Eamonn