> For the complete documentation index, see [llms.txt](https://super-yusuke.gitbook.io/wordpress-memo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://super-yusuke.gitbook.io/wordpress-memo/taremimi.md).

# 外タレ記事読み込み

{% embed url="<https://medium.com/@tatemz/local-wordpress-development-with-docker-3-easy-steps-a7c375366b9>" %}

mysql を homebrew でインストールしてから以下コマンドで DB にアクセスできる

```
mysql -h 127.0.0.1 --port=8081 -u wordpress -p
```
