MySQL Forums
Forum List  »  Newbie

Re: Install and Import a data base
Posted by: Rick James
Date: June 18, 2014 02:38PM

> How do I save my working environment so that the next time I don't have to reload everything or does that happen automatically?

Do nothing. The data remains in the database until it is DROPped, DELETEd, or otherwise destroyed.

If you want to "start over", then you need to write a script that will DROP (or whatever) and re-LOAD.

> I found this second option more problematic. Does the LOAD filename need quotes, i.e. 'filename'?

The filename needs quotes (' or "). And (on Windows) it probably needs /, not \.

Options: ReplyQuote


Subject
Written By
Posted
Re: Install and Import a data base
June 18, 2014 02:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.