phpMyAdmin
konstantin-melnikov opened this issue · 1 comments
konstantin-melnikov commented
How to go to the web interface of phpMyAdmin?
eugene-manuilov commented
Hey @konstantin-melnikov,
you need to activate it first in the control panel. Go to http://phalcon-vm/ and find it in the mysql settings. Once you enable it and save settings, you will need to halt your vagrant instance and then up it with --provision
flag to install phpMyAdmin. You will see it in the same control panel after you install it.
Let me know if it helps.