2 thoughts on “About Me”

  • 1
    J on January 14, 2018 Reply

    Hey man,

    Really sorry to bother you but can you help me with some configuration with VCCW? Not much resource online.
    I’ve been using VCCW man as my local dev env for a while now, replaced XAMPP/WAMPP over it and it was great!.
    Thanks for it!

    However I stumbled upon a scenario I can’t seem to figure out.
    How do I make available the MySQL DB inside the guest machine from the host machine?

    Not really a server guy, not sure how to alter VCCW configuration.

    So what I want is to access MySQL db from the guest via some tools ( MySQL Workbench for ex. ) and programmatically from the host machine.

    Can you help me with that? or better yet, can you add it on the next release of VCCW (to allow MySQL db from guest to be accessible from the host)? I think that would be super awesome!

    Again I you can find some time to respond to me 🙂

    Thanks in advance

    • 2
      Takayuki Miyauchi on March 10, 2018 Reply

      I recommend you to use WP-CLI. 🙂

      $ vagrant ssh
      $ wp help
      $ wp post list
      

Leave a Reply

Your email address will not be published. Required fields are marked *