wordpressインストール
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| wordpressインストール [2025/08/30 18:09] – [WordPressのインストール] Minoru Kijima | wordpressインストール [2025/08/30 19:12] (現在) – [初期設定の変更] Minoru Kijima | ||
|---|---|---|---|
| 行 147: | 行 147: | ||
| ==== 初期設定の変更 ==== | ==== 初期設定の変更 ==== | ||
| < | < | ||
| - | $ sudo mysql -u root -p | + | $ sudo mysql -u wpadmin |
| (snip) | (snip) | ||
| - | MariaDB [(none)]> | + | MariaDB [(none)]> |
| (snip) | (snip) | ||
| - | MariaDB [(none)]> | + | MariaDB [(none)]> |
| + | (snip) | ||
| + | MariaDB [(none)]> | ||
| (snip) | (snip) | ||
| MariaDB [(none)]> | MariaDB [(none)]> | ||
| 行 158: | 行 160: | ||
| DB接続を確認する。 | DB接続を確認する。 | ||
| < | < | ||
| - | $ mysql -u root -p | + | $ mysql -u wpadmin |
| Enter password: | Enter password: | ||
| Welcome to the MariaDB monitor. | Welcome to the MariaDB monitor. | ||
| 行 175: | 行 177: | ||
| ==== データベースの作成 ==== | ==== データベースの作成 ==== | ||
| < | < | ||
| - | $ mysql -u root -p | + | $ mysql -u wpadmin |
| Enter password: | Enter password: | ||
| (snip) | (snip) | ||
| - | MariaDB [(none)]> | + | MariaDB [(none)]> |
| (snip) | (snip) | ||
| - | MariaDB [(none)]> | + | MariaDB [(none)]> |
| +--------------------+ | +--------------------+ | ||
| | Database | | Database | ||
| +--------------------+ | +--------------------+ | ||
| - | | db_wordpress | + | | wp_wordpress |
| | information_schema | | | information_schema | | ||
| - | | performance_schema | | ||
| +--------------------+ | +--------------------+ | ||
| 4 rows in set (0.002 sec) | 4 rows in set (0.002 sec) | ||
wordpressインストール.1756577395.txt.gz · 最終更新: by Minoru Kijima
