Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench 6.1 - Error importing recordset

I'm going to be getting a new computer soon and I don't want to lose all of the data I have entered in my tables, so I decided to test out the feature that allows you to export and import CSV files. I exported a table successfully (data was transferred to Microsoft Excel in CSV file), but when I opened the file in Microsoft Excel and added a few rows and tried to import it back in to MySQL Workbench, I got the following error:

"Error importing recordset

error calling Python module function
SQLIDEUtils.importRecordsetDataFromFile"

I've searched all over for info on this, but can't find any solutions. Does anyone know what I'm doing wrong?

like image 671
Bryan Avatar asked Mar 19 '23 06:03

Bryan


1 Answers

In Workbench, open a MySQL connection and then navigate to [Server] --> [Data Export]. There are several backup options here, including saving the data as an individual file or folder. Choose the databases you want to export, and then click [Start Export].

If you ever prefer using Excel for editing and such, then use the MySQL for Excel plugin to access MySQL databases from within Excel. However, I don't think you need it here.

like image 74
Philip Olson Avatar answered Apr 28 '23 03:04

Philip Olson