I had successfully installed vb3 on my production server just to see how easy it was (and it was!).
I then proceeded to install it on my dev server (I know, wrong way around) and being a Very Intelligent Guy I managed to use the same config.php file so it went ahead and emptied my production db
(I should have realized what was going on when it said I already had a db...).
But no sweat, had not started setting things up yet. At least now I know I have contact with my remote mySQL server from my dev box...
Well, to the point: I have edited the config.php to state that I want installation on my local box and using the localhost mySQL db. But it STILL goes on to empty my remote db. It does not install to my local mySQL at all. I have ran the test script and everything passes so I don't know what's up.
Is this a caching problem or something? I now seem unable to get a working version up on my dev box...
I then proceeded to install it on my dev server (I know, wrong way around) and being a Very Intelligent Guy I managed to use the same config.php file so it went ahead and emptied my production db

But no sweat, had not started setting things up yet. At least now I know I have contact with my remote mySQL server from my dev box...

Well, to the point: I have edited the config.php to state that I want installation on my local box and using the localhost mySQL db. But it STILL goes on to empty my remote db. It does not install to my local mySQL at all. I have ran the test script and everything passes so I don't know what's up.
Is this a caching problem or something? I now seem unable to get a working version up on my dev box...
Comment