Forum Replies Created
-
AuthorPosts
-
KhushbooMember
Hi,
We have released SQLyog 8.5 Beta1 with “Tabbed Interface for Connections”. Also, the tabs will be colored (if chosen) like the Object Browser.
Please refer to:
http://www.webyog.com/blog/2010/05/11/sqlyog-mysql-gui-8-5-beta-1-has-been-released/
Thanks & Regards,
Khushboo
KhushbooMemberHi,
We have released SQLyog 8.5 Beta1 with “Tabbed Interface for Connections”. Also, the tabs will be colored (if chosen) like the Object Browser.
FYI: From SQLyog 8.3, you can define a ‘color code’ for a connection. The color will be used as background color in the Object Browser.
Please refer to:
http://www.webyog.com/blog/2010/05/11/sqlyog-mysql-gui-8-5-beta-1-has-been-released/
Thanks & Regards,
Khushboo
KhushbooMemberHi,
We have released SQLyog 8.5 Beta1 with “Tabbed Interface for Connections”. Also, the tabs will be colored (if chosen) like the Object Browser.
FYI: From SQLyog 8.3, you can define a ‘color code’ for a connection. The color will be used as background color in the Object Browser.
Please refer to:
http://www.webyog.com/blog/2010/05/11/sqlyog-mysql-gui-8-5-beta-1-has-been-released/
Thanks & Regards,
Khushboo
KhushbooMemberHi,
We have released SQLyog 8.5 Beta1 with “Tabbed Interface for Connections”. Also, the tabs will be colored (if chosen) like the Object Browser.
FYI: From SQLyog 8.3, you can define a ‘color code’ for a connection. The color will be used as background color in the Object Browser.
Please refer to:
http://www.webyog.com/blog/2010/05/11/sqlyog-mysql-gui-8-5-beta-1-has-been-released/
Thanks & Regards,
Khushboo
KhushbooMemberHi Andrew,
We tried your case, and import is working fine at our end.
These are the conversions of date datatype, which Import External Data does by default:
1. If in CSV date format is 'MM/DD/YYYY' then it will be changed to Timestamp in 'YYYY-MM-DD HH:MM:SS' format.
Eg: 02/12/2010
> 2010-02-12 00:00:002. If the format is 'DD/MM/YYYY', then it changes to Varchar.
Eg: 02/12/2010
> 2010-02-12For any of the above two cases, if you change the datatype to Date (through Import External Data –> Column Mapping Section), it imports fine as Date in 'YYYY-MM-DD' format.
So, can you please provide us more details to solve your problem:
1. From which external server you are creating the CSV files?
2. Can you attach a sample CSV file which causes this problem?
Also, you can go through this link for more info on MySQL Date and Time datatypes:
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-types.html
Thank You.
Regards,
Khushboo
KhushbooMemberHi Kevin,
We have added your request to our issue tracker and it has been scheduled for SQLyog 8.5 version.
http://code.google.com/p/sqlyog/issues/detail?id=1086
Thank you for your patience.
Regards,
Khushboo
KhushbooMemberQuote:sorry, but i am still seeing the same behavior.Additionally please provide these information:
1. Are you getting the same error dialog as previous or SQLyog is closing without prompting any error dialog?
2. Also, uncheck Auto complete option (Preferences -> Powertools -> Enable Autocomplete), and then try the same case?
3. What is the Operating System?
KhushbooMemberHello,
We have released SQLyog 8.4 RC with this feature.
“Save dialog when closing a connection now has ’yes to all’ and ‘no to all’ options.”
Refer to:
http://www.webyog.com/blog/2010/04/20/sqlyog-mysql-gui-8-4-rc-has-been-released/
Please evaluate and let us know the status.
Thanks & Regards,
Khushboo
KhushbooMemberHello,
We have released SQLyog 8.4 RC with this fix.
“Very long strings containing the ‘_’ or the ‘’ character could cause a buffer overrun when looking up a match in the auto-complete database. Windows would then terminate SQLyog.”
Refer to:
http://www.webyog.com/blog/2010/04/20/sqlyog-mysql-gui-8-4-rc-has-been-released/
Please evaluate and let us know the status.
Thanks & Regards,
Khushboo
April 21, 2010 at 4:08 am in reply to: Bug: Selecting A Saved Connection By Pressing The First Letter Of It #30771KhushbooMemberHello,
We have released SQLyog 8.4 RC with this fix.
Refer to:
http://www.webyog.com/blog/2010/04/20/sqlyog-mysql-gui-8-4-rc-has-been-released/
Please evaluate and let us know the status.
Thanks & Regards,
Khushboo
April 16, 2010 at 9:53 am in reply to: Bug: Selecting A Saved Connection By Pressing The First Letter Of It #30769KhushbooMemberHi,
We have fixed this issue internally.
This fix will be available publicly in our next release SQLyog 8.4 RC, releasing probably on the coming Monday.
Thank you for reporting the issue.
Regards,
Khushboo
KhushbooMemberHi Bruce,
Refresh button is placed after Rows Range/ Limit section in Table Data and Result tab, so that user can change the limit for rows and then refresh to get the table/result data in desired range.
Quote:Could you please change the position of the table refresh/reload button to be with the other icons, and change it to a refresh icon.We will discuss regarding this.
Thank you.
Regards,
Khushboo
KhushbooMemberHi,
The error 1045 is MySQL Server's user authentication error.
The most likely problem why you cannot connect directly is described in our SQLyog FAQ:
http://webyog.com/faq/content/23/18/en/error-no-1045-connection-denied.html
Thank You.
Regrads,
Khushboo
KhushbooMemberHi,
Quote:Please can we have a progress bar? If the process starts with a count of rows in the source table, can it display percentage completed?We will discuss regarding this.
Quote:Also, can we have “Job completed at “…..as well as “Job started at “
Currently in Import External Data Wizard, we show “Job started at” on starting of the job and “Total time taken” at end of the job.
But if Send Mail option is checked, we show “Scheduled import started at” and “Import job completed at” in mail but not in wizard.
We have maintained this behavior in all the wizards.
Thank You.
Regards,
Khushboo
KhushbooMember -
AuthorPosts