好用的 MySQL 備份工具帝國備份王 EmpireBak – 備份篇

Author: Eric  //  Category: Free Teaching

00. 光看名字帝國備份王, 就很容易猜到它的用途。沒錯, 這就是一款強大的的資料庫備份工具, 可以將您在網路上建構的偉大帝國備份下來, 以備不時之需。

EmpireBak是一款完全免費, 專門為Mysql大數據的備份與導入而設計的軟件, 系統採用分卷備份與導入, 理論上可備份任何大小的數據庫。

  a. 解决备份大数据问题, 采用分组备份, 备份稳定高效。
  b. 解决备份数据编码乱码问题, 备份王智能识别编码。
  c. 解决不同MYSQL版本数据不能互导问题, 通过备份王不存在数据版本区别。

如果您要下載的話請移駕到 帝国备份王 的家下載, 一來安全, 二來可以下載到最新的版本 。
Read more...

WordPress 搬家公司之使用免費空間練就您一身搬家的好本領

Author: Eric  //  Category: Free Teaching

(一、) 跟舊家說掰掰

  01. 使用 FTP Client 軟體, 把舊空間的檔案全部都下載下來。把 public_html, httpdocs, www 下的檔案全部下載下來。
// 依不同的空間後台, 有不同的名字 public_html, httpdocs, www, htdocs

  02. 備份資料庫

    a. 使用 WP-DB-Backup, WP-DBManager 來備份。

    b. 登入到空間後台 -> phpMyAdmin -> 於下拉式選單找到您 WordPress 的資料庫 -> Export(輸出) -> 左上角框框下點 Select All -> 於 Save as file 打勾 -> 下方的 Compression: None, zipped, gzipped, 一般選 None 或 gzipped 皆可 -> Go。
Read more...

解決 WordPress 留言不連號的問題

Author: Eric  //  Category: Free Teaching

00. 我被嚇到了, 之前一天 2~3 篇 Spam, 感覺還可以接受, 後來用 .htaccess 把常來留垃圾留言的 IP 封了, 接下就都沒 Spam, 又覺得無聊, 就把封 IP 的設定取消。昨天心血來潮去封了 2 個 IP, 結果今天一次出現 25 則 Spam, 所以決定啟用一下先前介紹的用簡單數學題目防止垃圾留言(Math Comment Spam Protection Plugin)

01. 之前 comment 的 id 一次都跳個 2~3 號, 算是可接受範圍, 但這次一次跳 25 號, 感覺挺不是滋味的, 所以就 Google 找答案。在眾多的搜尋結果中, 突然有溫庭筠的夢江南中提到的過盡千帆皆不是的感覺, 因為大部分都是關於解決 WordPress 文章不連號的的方法, 不過皇天不負苦心人, 終於讓我找到答案了。
Read more...

解決 PHP 5.3.0 + WordPress 造成 It is not safe to rely on the system’s timezone settings.

Author: Eric  //  Category: Free Teaching

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST' instead in /Path_to_your/www/wp-includes/functions.php on line 35

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST' instead in /Path_to_your/www/wp-includes/functions.php on line 43

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST' instead in /Path_to_your/www/wp-includes/functions.php on line 35

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST' instead in /Path_to_your/www/wp-includes/functions.php on line 43

Read more...

Pages: Prev 1 2 3 4 5 6 7 8 9 Next