PDA

View Full Version : Database issue.


Moncleared
08-06-2007, 02:50 PM
Ok so I was following the guide perfectly fine all the way up until I got the point where I used WINCVS to download the latest Databases. Apparently It would not let me download the latest databases via an error that said something about TCP/Python not detected and no SSH was found.


So I went to the PEQ site and downloaded the Luclin Final Release and when I got to the minilogin part of the guide I found out that apparently you can't use this because its missing a bunch of tables. Please give me a work around for this and if you can tell me how far back into the guide i need to go isntead of starting all over. Thanks

Moncleared

Moncleared
08-06-2007, 02:59 PM
Ok I solved my own freakin problem with WinCVS, I was missing the : in the very front of that big line for the address. Although, I'd like to know how this is going to effect my progress? I plan on just restarting from that point in the guide and working my way back down, will that cause any issues?

Zengez
08-06-2007, 03:19 PM
Make sure to drop the database before you resource it. I think for mysql it's just 'drop (database name);' so...

drop PEQ;

And that should eliminate the entire database, at which point you can source in the new systems files from the CVS.