WordPress のデータベースのバックアップ、リストア
I. WP-DBManagerで行う方法
1. DB Optionsで、
Path To mysqldump:/usr/bin/mysqldump
Path To mysql:/usr/bin/mysql
等に設定。
2 Backup DBで、設定が正しいか、確認してから、バックアップ.
Please create ‘backup-db’ folder in ‘wp-content’ folder and CHMOD it to ‘777’ or change the location of the backup folder under DB Option.
Backup folder is NOT writable. Please CHMOD it to ‘777’.
II.MYsqlから、エクスポートする。
データベースのテーブルは、全てUTF-8 binに設定。
Related Images:
No responses yet