Dear All,
Recently, I had installed VirtualBox in Debian Sequeeze distribution ..
I just had a question about importing a huge database on my real machine to my virtual machine using mysql ?
Anyone has an idea about that ?
Thanks a lot
Sara
Mysql and VirtualBox
Re: Mysql and VirtualBox
Such as?? just do it, I run mayor sql and mysql clusters as VM's, no problem whatsoever.
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
Sara
- Posts: 6
- Joined: 17. Feb 2011, 18:47
- Primary OS: Debian other
- VBox Version: OSE Debian
- Guest OSses: Sara
Re: Mysql and VirtualBox
Thanks..
Actually, I know that but is there anyway that avoids installing mysql cluster ??
Iwish to import the DB once and that it all ..
Actually, I know that but is there anyway that avoids installing mysql cluster ??
Iwish to import the DB once and that it all ..
Re: Mysql and VirtualBox
Basicly all a mysql database is, is a bunch of files, you can commandline run any mysql server, copy over the files, adjust the ini file and fire it up. The same goes for SQL server but a bit more tedious todo the same with logfiles. There's no real need to 'import' anything if its the entire database. In cluster mode run mysql as any-master mode, in sql cluster mode just ignore missing mirrors and such messages.
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
Sara
- Posts: 6
- Joined: 17. Feb 2011, 18:47
- Primary OS: Debian other
- VBox Version: OSE Debian
- Guest OSses: Sara
Re: Mysql and VirtualBox
will do that..
Thanks
Thanks