Viewing 2 posts
  • #39105
    Posts: 16
    Threads: 21
    Joined: Jun 2017

      I get a warning when try to restore a database saying “packets larger than max_allowed_packet are not allowed.

      How can i restore my database ??

    Plugin version: 3.21.02
    3ds Max version: 2023
    Renderer: corona 9

  • #39107
    Posts: 253
    Threads: 1061
    Joined: Aug 2009

      You can restore a database using MySQL Workbench

      To restore a database from an SQL file backup using MySQL Workbench, you can follow these steps:

      1. Launch MySQL Workbench and connect to your MySQL server.
      2. On the home screen, click on the “Server” menu and select “Data Import”.
      3. In the Data Import/Restore window, choose the “Import from Self-Contained File” option.
      4. Click on the folder icon next to the “Import from Self-Contained File” field and browse to the location where your SQL file backup is stored. Select the file and click “Open”.
      5. Once you have selected the SQL file, you will be back at the Data Import/Restore window. Ensure that the “Default Target Schema” is selected or choose a specific schema from the dropdown if you want to restore the database to a different schema.
      6. Review the other import options such as Import Options, Object Creation Options, etc., based on your requirements. You can modify these options as needed.
      7. Click on the “Start Import” button to begin the restoration process.
      8. MySQL Workbench will execute the SQL statements from the backup file and restore the database. You can monitor the progress in the “Output” tab.
      9. Once the restoration process is complete, you will see a summary of the import process. Review the summary to ensure the restoration was successful.
      10. You can now close the Data Import/Restore window and verify that your database has been restored by checking the schema and tables in MySQL Workbench.

      Please note that the steps mentioned above are based on MySQL Workbench version 8.0. The user interface and options may vary slightly depending on the version you are using, but the overall process should be similar.

Viewing 2 posts

You must be logged in to reply to this topic.