forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Bug: Sqlyog Crashes After Selecting Csv File For Load Local
Tagged: bug, crash, csv, import, load local
- This topic is empty.
-
AuthorPosts
-
-
November 19, 2014 at 9:50 am #13280Sam_ButlerMember
Client
SQLYog version: SQLYog Community 64-bit v12.02
OS: Windows 8.1 64-bit
Error reproduced on 2x Win 8.1 systems
Server
OS: CentOS 6.5RDBMS: Percona Server 5.5
Procedure to reproduce error:
- Click on database name
- Expand tables
- Filter for table name
- Right-click table
- Select Import > Import CSV data using LOAD LOCAL
- Select file
- Select fields
- Select delimiters
- Click Import *** crashes here ***
I first tried editing the file to change the delimiter and other characteristics, but this made no difference. Crashes occurred on two similar systems with the same table. We had two CSV files to be imported into the same table with different fields, and both resulted in a crash of SQLyog. Uploading the files by SFTP and performing LOAD DATA INFILE with an absolute file path imported the data correctly.
One of the dump files from the crashes is attached.
-
November 19, 2014 at 2:02 pm #35093peterlaursenParticipantOk .. we will check. But it may be data specific. You write “Error reproduced on 2x Win 8.1 systems“. But with the same file or not? If it is one specific file can you share it (privately, of course) if we need it? Also it may be reproducible only with specific delimiters. Can you please attach a screenshot of your settings here?Anyway we will check the dump and update here if we need more details.
-
November 20, 2014 at 10:05 pm #35094peterlaursenParticipant
We can reproduce this – but only when using Community version of SQLyog on Windows 8.1.
-
November 21, 2014 at 10:51 am #35095Sam_ButlerMember
Sorry I wasn’t following the thread and didn’t realise you’d replied (for which I’m grateful). It is indeed the Community version, and I did try with two delimiters. So it’s a bona fide bug? Nothing I can do?
-
November 21, 2014 at 1:56 pm #35096peterlaursenParticipant
I can think of two workarunds
1) You may install the 2 week TRIAL, if you did not have it installed on the system before (you can install to another folder). Then you can also have a check of the SQLog ‘powertools’ of commercial editions.
2) Execute the LOAD DATA LOCAL INFILE statement from the editor. Syntax is here: http://dev.mysql.com/doc/refman/5.1/en/load-data.html (don’t miss that a “” in a Windows file path must be escaped like “C:\data\filename.csv”).
It looks like the developer team has left for the day. So i am not able to tell a timeframe for the fix. It may already have een fixed in our code trunk. But I will update status on Monday.
-
November 24, 2014 at 11:38 am #35097Abhishek Kumar PandeyMember
It seems to be problem with library we use in SQLyog. We are working on it. However we have found that if you create new connection with same details (hit CTR+N) the problem doesn’t occurs in any connection.
-
November 28, 2014 at 6:58 am #35098Abhishek Kumar PandeyMember
Hi,
These are non-released builds for you including fix for this crash-
SQLyog Community 32 bit-http://goo.gl/EpUMtW
SQLyog Community 64 bit-http://goo.gl/R6D70K
Please download and provide your feedback. We will include this fix in next public release also.
-
November 28, 2014 at 9:30 am #35099Sam_ButlerMember
Thanks – downloading today.
-
December 23, 2014 at 12:46 pm #35100Abhishek Kumar PandeyMember
We have released SQLyog 12.04 including this fix. Please refer-http://blog.webyog.com/2014/12/23/sqlyog-mysql-gui-12-04-released/
-
-
AuthorPosts
- You must be logged in to reply to this topic.