Quote:
Originally Posted by fogice
Thanks. I don't understand shell access yet, so.... time to research!
So, do I enter each of those commands as entered, hitting ENTER when I see a && ? Or do I enter the &&s as well? All as one line?
Will the database be recreated once I do those steps, or will that clear all the information and I'll have to reload the files? Anything is OK, just want to know.
|
The whole command goes on one line. The && makes each command dependent on the success of the previous one.
The database should be recreated and loaded automatically.