MySQL database restoration from backup

Discussion in 'General' started by variable99, Oct 23, 2024.

  1. variable99

    variable99 Member HowtoForge Supporter

    How is sql database restored? I mean does the restoration process does "DROP TABLE IF EXISTS, REPLACE, or INSERT ... ON DUPLICATE KEY UPDATE"?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Look into the SQL dump of the backup to see how mysqldump does it exactly.
     

Share This Page