I have installed Shopware 6 in VM machine.It is successfully installed with this link Frontend : http://192.168.33.10 Backend : http://192.168.33.10/admin#/login
now i am trying to connect database but i what exact url to connect database because there is no link define in vagrant docs
i have also installed shopware 5 in VM machine and this database url is http://192.168.33.10/adminer.php but shopware 6 has not open adminer.php or adminer so how can i connect to database and also i want to connect with sqlyog so what configuration would i do to connect SQLyog
Firstly Thanks to give feedback and
OK i understood your point… but i am also trying to connect database using SQLyog but facing authentication issue. I have mentioned the mysql and SSH details which i insert for configured but facing error .
I can access the database using CLI. All tables will appear there tables count 152
i dont know SQLyog, so you have to read its documentation on that.
(quick glance shows its a binary for ms-windows? in that case you propably need to allow direct mysql connections from outside, also for the mysql user…)
FWIW, heres how i install adminer on our (debian/ubuntu) vm:
ps. i also use vagrant plugin hostsupdater to add adminer.shopware.local to hosts file on the host, so you may need to add that manually…
pps. i guess you can also do what someone did in your shopware-5 vm, copy the adminer.php to your shopware directory. (but dunno if .htaccess will rewrite your request to shopware php)
now i am trying to connect database but i what exact url to connect database because there is no link define in vagrant docs
The MySQL database is running on port 3306. You should be able to connect to the database via ‚192.168.33.10:3306‘ by providing your database credentials.
You can install adminer just like wontfix described in his post. The .htaccess only acts for the shopware-dev vhost. If you setup your own adminer apache vhost inside the vagrant box it should work.