Phpmyadmin access on Static site

Installed Easyengine V4 today.
I also create static site using

sudo ee site create example.com

I want to access phpmyadmin. so i tried ee admin-tools enable example.com but it says that
Error: Site of type html does not support admin-tools.

I only want to access phpmyadmin. So please help me how to access phpmyadmin and also with the phpmyadmin password

It looks like type=php and type=wp are the only types that can allow containers with databases.

ee site create example.com --type=php --with-db

Then enable the admin tools.