SSH TO DATABASE Inside Vagrant box FROM PHP Storm
I'm using vagrant xenial box with my PHP project, and i want to connect to database to that vagrant box, on MySQL workbench i configured like this,

and works in SQL workbench, but in PHP strom i can't find an option as below;

CAn anyone guide me how to connect in this scenario?
请先登录再写评论。
Could you please also show a screenshot of the General tab?
Also, please collect and upload somewhere the IDE log after a connection attempt.
Please change host to 127.0.0.1 there
Yes, works, what a silly mistake...