1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

DDEVでphpMyAdminを使う

Posted at

既存のDDEVプロジェクトに入れる場合はrestartコマンドで再起動する必要がある。

$ cd path/to/projectroot
$ ddev get ddev/ddev-phpmyadmin
$ ddev restart

statusコマンドでphpmyadminがサービス一覧に掲載されているか確認する。

ddev status
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Project: ddev-drupal ~/src/localonly/ddev-drupal https://ddev-drupal.ddev.site                                                                           │
│ Docker platform: colima                                                                                                                                  │
│ Router: traefik                                                                                                                                          │
├────────────┬──────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────┤
│ SERVICE    │ STAT │ URL/PORT                                                                                                     │ INFO               │
├────────────┼──────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ web        │ OK   │ https://ddev-drupal.ddev.site                                                                                │ drupal PHP8.3      │
│            │      │ InDocker: web:443,80,8025                                                                                    │ nginx-fpm          │
│            │      │ Host: 127.0.0.1:32791,32792                                                                                  │ docroot:'web'      │
│            │      │                                                                                                              │ Perf mode: mutagen │
│            │      │                                                                                                              │ NodeJS:20          │
├────────────┼──────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ db         │ OK   │ InDocker: db:3306                                                                                            │ mariadb:10.11      │
│            │      │ Host: 127.0.0.1:32793                                                                                        │ User/Pass: 'db/db' │
│            │      │                                                                                                              │ or 'root/root'     │
├────────────┼──────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ phpmyadmin │ OK   │ https://ddev-drupal.ddev.site:8037                                                                           │                    │
│            │      │ InDocker: phpmyadmin:80,80                                                                                   │                    │
├────────────┼──────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ Mailpit    │      │ Mailpit: https://ddev-drupal.ddev.site:8026                                                                  │                    │
│            │      │ `ddev mailpit`                                                                                               │                    │
├────────────┼──────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ All URLs   │      │ https://ddev-drupal.ddev.site, https://127.0.0.1:32791, http://ddev-drupal.ddev.site, http://127.0.0.1:32792 │                    │
└────────────┴──────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────┘

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?