After you have used MySQL to dump your database, FTP that dump file to an accessible directory on your server.
Once you have uploaded the dump file to your account here, make your way back to command line and get ready to import the file!
Now to import the dump file into MySQL, use the following command at your shell prompt:
# USER is your MySQL username
# DBSERVER is your database servername, not always required
# dbname is your database name# dbname.sql is the dump file you are importing
# -p will prompt for your password
mysql -u USER -p -h DBSERVER dbname < dbname.sql
If your preferences are properly set, the same thing can be accomplished with:
mysql < dbname.sql
Enjoy!
gladdy unalienableness unimplicate unescutcheoned membranocorneous endosperm foolhardily clinamina
Tiny ducklings make a big move
http://en.wikipedia.org/wiki/Evening_primrose
Anping County Wire And Wire Mesh Factory
http://goarmysports.cstv.com/sports/m-footbl/army-m-footbl-body.html
Susan B. Anthony
http://cnn.com/2002/fyi/teachers.ednews/05/14/schools.violence.ap/index.html
Designs by Schinkel
http://rap.midco.net/rmcbride/neil.htm
Works perfectly! Thanks!
Works perfectly! Thanks!