I have several instances that I would like to run through vagrant however even the smallest database is many gigs. Is there any way to configure Sugar in vagrant to use the MySQL installed on the host?
I have several instances that I would like to run through vagrant however even the smallest database is many gigs. Is there any way to configure Sugar in vagrant to use the MySQL installed on the host?
OK, So the answer turned out to be simple although my route there was horrible. The answer is NOT to put the data files from vagrants MySQL on the host machine, that works but it is unusably slow. They answer is to simply point Sugar at the default gateway of the vagrant machine.
Steps
netstat -rn | grep "^0.0.0.0 " | cut -d " " -f10