WordPress

インターネット上で運営されているサイトには従来の静的サイト
と日々表示内容が変化する動的サイトがあります。
WordPressは、ブログや物品販売ができる動的サイトを作ることが
できます。言い換えるとブログや販売システムを作れるのがWordP
ressということができます。動的サイトを作ることができるのは、
バックにデータベースサーバ(MySQL)を持っているからです。デ
ータベースサーバとWebサーバの仲立にアプリケーションサーバ
(PHP)が使われています。つまり、WordPressは、3層クライアン
ト・サーバシステムを簡単に構築する為に造られたツールです。
国内の殆どのレンタルサーバは、WordPressをサポートしています。
故に、日本で提供されているサイトの8割、世界のサイトの3割が
WordPressを使って作っている、と言われています。そのために、
世界中のサイトがWordPressをサポート(有料・無料があります)
してくれています。また、プラグイン(プログラム)の提供も豊
富になされています。
言うまでもなく、この「ソーホネットワークシステム」もWordPr
essを用いて作成しています。レンタルサーバを借りて、WordPre
ssを利用する時には、PHP(phpMyAdminの利用)やMySQLの設定が
必要になります。
FTPサーバ、DNSサーバ、Webサーバ、PHPやMySQLサーバのインスト
ールは契約する会社がしてくれていますので、利用する私達は、
やさしい解説本を見ながら設定していけば簡単にWordPressの利用
に辿りつくことができます。ただ、一度でも各種サーバを構築し、
ネットワークの全体像を把握していれば不安無く仕事に取り組め
るのは言うまでもありません。例えば、WordPressで作成する固定
ページに入力するテキスト(文章)はMySQLのデータベースに保存
されます。このデータベースには、phpMyAdminを用いて直接アクセ
スできます。テーマ画像などの静止画や動画はwp-contentに保存さ
れており、直接アクセスできます。WordPressのページの殆どがPHP
ファイルでできており、PHPとHTMLの違いを理解していれば、PHPを
直接編集でき、既成のものをカスタマイズ(編集)することができ
ます。PHPファイルを使う理由は、データべースにアクセスすると
きには、サーバサイドスクリプトであるPHPを使わなければならな
いので、常にその準備をしていなければならないからです。そのよ
うな全体像を把握する為に、サーバ構築力は必要です。

Websites operated on the internet include traditional static sites and dynamic sites whose displayed content changes daily.
WordPress enables the creation of dynamic sites capable of hosting blogs or selling goods. In other words, WordPress is a tool for building blogs and sales systems. Its ability to create dynamic sites stems from its reliance on a database server (MySQL) in the background. An application server (PHP) acts as an intermediary between the database server and the web server. In essence, WordPress is a tool designed to simplify the construction of a three-tier client-server system.
Most domestic rental servers in Japan support WordPress.
Consequently, it is said that 80% of sites offered in Japan and 30% of sites worldwide are built using WordPress. Because of this, sites around the world support WordPress (both paid and free options exist). Furthermore, a wealth of plugins (programs) are provided.
Needless to say, this “Soho Network System” was also created using WordPress. When renting a server and using WordPress, you need to configure PHP (using phpMyAdmin) and MySQL.
The company you contract with handles installing the FTP server, DNS server, web server, PHP, and MySQL server. So, users like us can easily get started with WordPress by following simple guides. However, having built various servers and grasped the overall network architecture even once allows you to work without anxiety, needless to say. For example, text entered into static pages created with WordPress is stored in a MySQL database. You can access this database directly using phpMyAdmin. Static images like theme graphics and videos are stored in wp-content and can be accessed directly. Most WordPress pages are composed of PHP files. Understanding the difference between PHP and HTML allows you to edit PHP directly and customize (edit) existing elements. The reason PHP files are used is that accessing the database requires PHP, a server-side scripting language, meaning you must always be prepared for it.
To grasp this overall picture, server setup skills are essential.