Forum Replies Created
-
AuthorPosts
-
Abhishek Kumar PandeyMember
Hi,
Try catch is not used in MySQL.
Mostly error handling in stored procedure is done by DECLARE … HANDLER please refer-http://dev.mysql.com/doc/refman/5.7/en/declare-handler.html
You can use this in stored procedure to execute some specific task if error occurred(same as you do in catch) and then exit or continue.
To derive the exact nature of the error you can use GET DIAGNOSTICS please refer-http://dev.mysql.com/doc/refman/5.6/en/get-diagnostics.html
SQLyog doesn’t have any specialized way of doing error handling.
Abhishek Kumar PandeyMemberIt seems issue with google url shortner.
Please download from these links-
SQLyog community 64 bit-https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.04/SQLyog-12.0.4-0.x64Community.exe
SQLyog community 32 bit-https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.04/SQLyog-12.0.4-0.x86Community.exe
Abhishek Kumar PandeyMemberThank you for reporting we are fixing it.
Abhishek Kumar PandeyMemberHi ,
Please paste the SQL dump file created by SQLyog using Ignore DEFINER option. Also please note that the target server will create DEFINER as current SQLyog user when creating the functions.
Abhishek Kumar PandeyMemberSame as your another post here-http://forums.webyog.com/index.php?showtopic=7588&hl=
I am quoting the same “Issue is reproducible only in wine. We tried same in windows 7/8/8.1 but this behavior is not reproducible in Windows. We will try to fix it but you should understand It may be related to wine architecture of message handling and painting we can’t give you a exact time frame for fix.“
Abhishek Kumar PandeyMemberIssue is reproducible only in wine. We tried same in windows 7/8/8.1 but this behavior is not reproducible in Windows. We will try to fix it but you should understand It may be related to wine architecture of message handling and painting we can’t give you a exact time frame for fix.
Abhishek Kumar PandeyMemberHi,
Thank you for reporting this issue.
We also observed that SQLyog editor’s behavior is not same as other editors on pressing END key if word wrap is enabled. We have used third party library in SQLyog for rich editing experience of users and it seems their implementation of word wrap is not identical with winapi (atleast on END key). Anyways I have added this issue here-https://code.google.com/p/sqlyog/issues/detail?id=2070
We will look into it and update more here.
And we are sorry It took more than a week to reply here.
December 23, 2014 at 12:46 pm in reply to: Bug: Sqlyog Crashes After Selecting Csv File For Load Local #35100Abhishek Kumar PandeyMemberWe have released SQLyog 12.04 including this fix. Please refer-http://blog.webyog.com/2014/12/23/sqlyog-mysql-gui-12-04-released/
Abhishek Kumar PandeyMemberHit F1 in SQLyog, goto version history. You may also refer to-http://blog.webyog.com/category/sqlyog/
Abhishek Kumar PandeyMemberWe are trying to reproduce it at our end. We will update here more about it.
November 28, 2014 at 6:58 am in reply to: Bug: Sqlyog Crashes After Selecting Csv File For Load Local #35098Abhishek Kumar PandeyMemberHi,
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 24, 2014 at 11:38 am in reply to: Bug: Sqlyog Crashes After Selecting Csv File For Load Local #35097Abhishek Kumar PandeyMemberIt 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.
Abhishek Kumar PandeyMemberHi Scott,
Session restore saves all your session details on exit and thus It can cause some delay. Delay also depends on number of open connection tab, query tab etc. You can turn off session restore open tools->preferences->others here uncheck restore session on strartup.
Abhishek Kumar PandeyMemberHi,
I do’t know what are your exact requirements but as far as I can understand, you want to copy database from one MYSQL server to another MYSQL server. If I understand correct that you can do this with Database synchronization tool. Please refer-https://static.webyog.com/docs/SQLyog/Data_Base_Synchronization_SQLyog_MySQL_Management_Tool.htm
-
AuthorPosts