PropertyValue
rdfs:label
  • How do you restore a MySQL dump to a database
rdfs:comment
  • Use the following procedure to reload the contents of a database: 1. Uncompress the backup file you wish to use. 2. Open it up and pull out only the information that you will need. 3. Save this text file. 4. Use the following command to feed back in the contents of a text file: mysql --verbose –u USERNAME -p DB_NAME < /PATH/TO/DUMPFILE.SQL
dcterms:subject
abstract
  • Use the following procedure to reload the contents of a database: 1. Uncompress the backup file you wish to use. 2. Open it up and pull out only the information that you will need. 3. Save this text file. 4. Use the following command to feed back in the contents of a text file: mysql --verbose –u USERNAME -p DB_NAME < /PATH/TO/DUMPFILE.SQL