How to Backup & Restore MySQL Database MySQLデータベースのバックアップと復元する方法を
Note: My WordPress database name is wordpress.注:私のWordPressのデータベース名は、 WordPressのです。 I will use it in the example below.私は次の例では使用することです。
It will work for any MySQL database.仕事をすることはMySQLデータベースです。
(The procedure below will work with any version of WordPress too) (以下の手順でのすべてのバージョンが動作するWordPressのもあります)
Backup: バックアップ:
mysqldump --opt wordpress | gzip -9 > wordpress.sql.gz mysqldumpを-選択W ordPressの|のg zip- 9> w ordpress.sql.gz
Restore: リストアの方法:
gunzip wordpress.sql.gz gunzip wordpress.sql.gz
mysql -u rootusername -p **** wordpress < wordpress.sql MySQLのrootusername - u - p **** WordPressの< wordpress.sql
For detailed usage of mysqldump and mysql commands refer to利用方法の詳細を参照して、 mysqldumpおよびMySQLのコマンド MySQL documentation. MySQLのドキュメントを参照ください。
PS. psのです。 I am aware of the Single click plugin for WordPress.私は認識してWordPressのプラグインをシングルクリックします。 But I don’t trust any WordPress plugin with my database, unless I have fully checked the codeしかし、私は私のデータベースの信頼任意の差込式WordPressない限り、私は完全にチェックしてコード ![]()
Filed under提出されて Databaseデータベース , 、 How Toどのように , 、 Pro BloggingプロBlogging , 、 RDBMS RDBMSのより多くの , 、 Technology技術 , 、 WordPress WordPressの | |
| |
RSS 2.0 RSS 2.0を | |
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |





June 15th, 2005 at 3:34 am 2005年6月15日は3:34アム
what about relations and Innodb?関係とInnoDBについてはどうですか?
July 1st, 2005 at 1:49 am 2005年7月1日1:49アム
Works in InnoDB too InnoDBの作品をあまりにも
November 4th, 2005 at 1:04 pm 2005年11月4日1:04 pmの
Hiやあ
I did like your blog postings and comments.私はあなたのブログの投稿やコメントのようです。 I am in big problem since many days.私は多くの日中に大きな問題です。 Any kind of help would be appeiciated.どんな種類の助けでもappeiciatedです。
I want some help to enter data into mysql databasefrom a flash form using coldfusion components ?いくつかのヘルプをしたいのMySQLにデータを入力するdatabasefrom Flashフォームを使用してColdFusionコンポーネントですか?
i’m using web services and simply want to pass data from my flash form to my cfc while staying in flash… Webサービスを使用して、私は単に私のFlashフォームにデータを渡す滞在中に私のフロンフラッシュ…
any actionscript (or coldfusion code ‘cfc’) that anyone could provide or even links to other ressources on this specific topic would be awesome…任意のActionScript (またはColdFusionコード'フロン' )を誰でも他のリソースを開放するのリンクを提供したりもするが、この特定のトピックawesome …
if someone could help me with this process i would be greatful…..もし誰かがこのプロセスに協力をお願いします私は感謝… ..
thank you in advance…いただきありがとうございますを事前…
Imran Hashmiイムランhashmi