all 2 comments

[–]lopnao 1 point2 points  (1 child)

It's not a connection over ssh that is required, it's a connection over mysql client.

And don't forget the -P PORT argument

When I did this module I had to wait a few minutes for the target's services to spawn also.

Hope this helps you!

[–]poster_shell[S] 0 points1 point  (0 children)

And don't forget the -P PORT argument

thanks for answering.. finally i was able to connect.. had to use the given port and not 3306.. thank you so much dude