Share008資訊科技公司

我是資深的電腦資訊從業員,曾於 Motorola 及 Philips 等跨國大型公司管理層工作十多年,具各類ERP資源管理系統及其它應用系統經驗,如QAD之MFG/PRO、SAP、Ufida(用友)、Kingdee(金蝶)、Microsoft's Dynamic、Wonderware's In-Track (SFC)、Webplan (SCM)、Hyperion (business intelligence)、Informatics (Data Warehouse)...等等。另外,我精於廠房車間之電腦資訊運作,擁有 CISSP 及 ITIL 認證,能提供日常資訊運作之檢測及審查,以提高操作效率。 本人誠意為各類大中小型廠房提供資訊審計、支援及意見,歡迎聯絡,電郵為 au8788@gmail.com

「ERP資源管理系統」已是現今廠房管理必不可少的工具,提高它的效能,絕對能改善公司之盈利,請多多留意。

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

提供香港股票價位歷史數據

我想很多人會對"香港股票價位的歷史數據"有興趣,我已下載成Microsoft Access database version 2000 的文檔,資料由2008/1/1至2009/12/2,zip壓縮後也有11M,若索取請留你的PM我 。

祝願各瀏覽者股壇威威!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2014年5月2日

How to Transfer Your Wordpress Blog From One Host to Another Host

Before you start with WordPress Hosting:
  • If you are a new HostGator customer or if you are upgrading your HostGator plan, you may be eligible for our free content transfer service.
  • If you are moving from a host where you used cPanel, you can perform a full backup and our Migrations department may be able to help you restore it. This will spare you from completing the steps below.
The standard way to transfer wordpress is to use its export and import function under wordpress admin tools. Otherwise, you can use the following alternative method.

Step 1: Backup Your WordPress Database Using phpMyAdmin

Before transferring your WordPress blog, it is recommended that you make a backup of your database using phpMyAdmin. Once you have successfully logged into phpMyAdmin:
  1. Click on the name of the database which contains your WordPress blog.
  2. Click Export in the top navigation menu.
  3. Select the Quick option listed under the Export Method section.
  4. Leave the selection in the format section as SQL .
  5. Click Go.
  6. Once completed, there will be a prompt to save the file. Simply click on Save as File; this will download a file named wordpress.sql to your desktop.
You have then successfully backed up your database. If you don’t have phpMyAdmin installed on your hosting account, you can use mySQLDump from a SSH terminal.

Step 2: Download/Upload All WordPress Files Using FTP

You will need to download ALL your files from your old host and upload them to your new host. This includes files from your themes folder and plugins folder. Make sure you also download any folders which were referenced outside of your blog's folder.
For example, if you are using a separate folder called images, located outside of the blog's folder, the images must be copied and uploaded to the new hosting location; otherwise, the site will contain a lot of broken links to images within the blog post.
Filezilla is the recommended FTP client. By default, Filezilla does not display the .htaccess file, for security reasons.
To ensure that your .htaccess file is included in the download, you must click on View and then select Show Hidden Files. If you neglect to upload your .htaccess file, your permalinks will not work.
Note: You should not update to a newer version of WordPress at this time as your database may not sync correctly. Complete the WordPress migration before you consider upgrading the version.

Step 3: Create a New WordPress Database and Edit wp-config.php

Create a New Database

To create a new MySQL database:
  1. From your control panel, click the MySQL Databases icon.
  2. Create a new database with a name appropriate for your blog.
  3. Create a database username and password.
  4. Assign the new user to the new database and grant All Privileges.
For additional help creating a MySQL database, please see:

Editing the wp-config.php File

After creating a new database, you will need to edit the wp-config.php file, which is the WordPress configuration file. This specific configuration file reads directly from a database of your choosing.
To update the WordPress configuration file:
  1. From your control panel, click the File Manager icon.
  2. Navigate to the document root for the domain for which you are updating the WordPress.
  3. Locate the file named wp-config (its normally in the group of files near the bottom).
  4. Click to open the file, and locate the following lines so that they can be updated with the correct information:
    /** The name of the database for WordPress */
    define('DB_NAME', 'cpuser_dbname');

    /** MySQL database username */
    define('DB_USER', 'cpuser_uname');

    /** MySQL database password */
    define('DB_PASSWORD', '******');

    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    • If you did not edit the file on the server via the File Manager with your new database settings, upload it to the root of your blog folder.
The configuration file is now set up with the new database; however, it does not contain any database tables. In order to correct this, you will need to import the information into the database.

Step 4: Importing WordPress to the New Database

You can use either phpMyAdmin or BigDump to import your database. BigDump is the preferred option if you have a large database (10mbs or more). There is a step-by-step guide on how to use BigDump on its website.
Once you have logged into phpMyAdmin:
  1. Click the name of the Database to which you wish to import the information.
  2. Click the Import tab at the top of the page.
  3. In the File to Import section, select the SQL based file from your computer that you wish to import.
  4. Use Partial Import if you intend to skip a set number of code rows.
  5. The Format and Format Specific Options sections can be left to their default values.
  6. Click Go to initiate the import.
Note: Importing via phpMyAdmin is less strenuous on the browser compared to the SQL option (BigDump) since the query may take a long time and can sometimes crash your browser.

沒有留言:

張貼留言