[thelist] MySQL dump

Daniel J. Cody djc at starkmedia.com
Mon Jul 9 10:49:05 CDT 2001


John -

Use the phpMyAdmin tools located at members.evolt.org/phpMyAdmin - once 
you're logged in, there should be a form field where you can upload csv 
files from your computer to the database. If you run into problems, feel 
free to contact me directly..

.djc.

John Meyer wrote:

> At 12:16 AM 7/8/01 -0400, you wrote:
> 
>> From the directory where your dumped file will reside:
>> mysqldump -u user -pPassword dbname > filename.sql
>>
>> (note that there is no space between -p and your password)
>>
>> To restore from the dumped file, start in the directory where the file
>> resides:
>> mysql -u user -pPassword dbname < filename.sql
> 
> 
> Thanks, but actually, I was referring to restoring the dump file onto 
> the evolt server.






More information about the thelist mailing list