Typically they wont be. A solution is to mount your database directory as a shared folder and so that would be persistent across up and downs but it will be really slow. In theory vagrant is used a a development / test area and as such you should expect that at some point all of you data will go away.
On Wed, Nov 5, 2014 at 8:32 AM, Robert Stein <[email protected]> wrote: > I am new to vagrant and slowly (very slowly) learning a bit about it. > > I have added a box and I am able to access phpmyadmin from my browser. > > If I vagrant destroy, will the databases I create/use be destroyed or will > they be there when I vagrant up? > > If they won't be what is the proper use? > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
