eugene-manuilov / phalcon-vm

Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
MIT License
42 stars 10 forks source link

phpMyAdmin #34

Open konstantin-melnikov opened 6 years ago

konstantin-melnikov commented 6 years ago

How to go to the web interface of phpMyAdmin?

eugene-manuilov commented 6 years ago

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.