Forum Replies Created
-
AuthorPosts
-
KhushbooMember
Hi Larsen,
We have released SQLyog 8.52 GA with this feature.
“Keyboard shortcut Ctrl+W now closes the current connection tab. Keyboard shortcut for the Database Synchronization tool has been changed to Ctrl+Alt+W.”
Please refer to:
http://www.webyog.com/blog/2010/06/29/sqlyog-mysql-gui-8-52-released/
Thank You.
Regards,
Khushboo
KhushbooMemberHi Elrinth,
We already have similar feature requests in our issue tracker and I have added your request there:
http://code.google.com/p/sqlyog/issues/detail?id=1244
Right now priority is not set, but we will discuss and prioritize accordingly.
Thank You.
Regards,
Khushboo
KhushbooMemberHi Larsen,
Quote:I think it´s a de-facto standard that Ctrl+W closes the active tab and therefore I´d like to see this in SQLyog, too.We have already scheduled this feature for our next release 8.6.
“Ctrl + W” will be used as a shortcut to close the connection tab and shortcut for Database Synchronization Wizard will be changed to “Ctrl+Alt+W”.
Please refer to:
http://code.google.com/p/sqlyog/issues/detail?id=950
Quote:Also, Ctrl+Shift+W could be used to close a SQL tab (if that shortcut has no other standard meaning).You can use shorcut “Alt+L” for closing Query tabs.
Thank You.
Regards,
Khushboo
KhushbooMemberHi,
Currently this is not possible with SQLyog. All connection details, preferences settings etc. are stored in the configuration file. It is not appropriate that a program has an option to start with more than one configuration file.
For your case, you can create two users in your computer, and the two users will have different SQLyog.ini files in their application data folders.
Thank You.
Regards,
Khushboo
KhushbooMemberHi,
I have added your request in our issue tracker:
http://code.google.com/p/sqlyog/issues/detail?id=1400
We will discuss about this and update accordingly.
Thank You.
Regards,
Khushboo
KhushbooMemberHi,
The current behavior of connection tab in SQLyog is:
“When a new connection is opened either by Ctrl+M (new connection) or by Ctrl+N (new connection using current settings), the focus automatically shifts to the new tab created. Thus New Connection Tab is in focus.”
Quote:A minor annoyance is that when you CTRL+M (new connection) it starts the new connection in a new tab, but that tab does not have focus, so you have to click on it.We never encountered such problem.
Is it reproducible for you? We would like to know how to replicate this issue at our end.
Thanks You.
Regards,
Khushboo
June 18, 2010 at 1:38 pm in reply to: Import External Data Wizard Needs Strange (For Me) Privilege #30949KhushbooMemberQuote:I have just talked to our admins. They had to give me create table rights to migrate the data.To import successfully, the privileges required on target table depend upon the options selected in Import External Data –> Advanced Options (see the screen shot).
Please check what options you have selected? You can also attach a screenshot here.
Thank You.
Regards,
Khushboo
June 18, 2010 at 11:49 am in reply to: Import External Data Wizard Needs Strange (For Me) Privilege #30947KhushbooMemberHi,
We will look into this issue. In the mean while, please reply to these queries:
1. Are you able to connect to MySQL server at 192.166.100.20, using username 'mickey' through SQLyog at 192.168.200.30. (Please
2. If you are connected successfully, can you see database “my_project” in SQLyog's Object Browser? You can also execute “Show Databases” to check if you have access to this database.
Thank You.
Regards,
Khushboo
KhushbooMemberHi,
Thank You for your valuable suggestion.
I have added your request “Add an option to “export to clipboard” in ExportAs… Dialog” in our issue tracker:
http://code.google.com/p/sqlyog/issues/detail?id=1375
This feature is marked with the label 'scheduled' which means that it will be discussed at next review meetings in the SQLyog team.
Regards,
Khushboo
KhushbooMemberHi,
You have used single quotes(') for the table name tl_tarifas which caused this error.
Instead, please use Backticks(`) for table and try again.
Thanks & Regards,
Khushboo
May 31, 2010 at 12:19 pm in reply to: Modying Data Via The Result Pane & F8 (Change In Behaviour?) #30895KhushbooMemberIssue confirmed as described. This is a known issue if the cell value is (NULL). It has been fixed in 8.5Beta3 we released last week. Can you please verify the fix in your environment?
Thank you for reporting.
Regards,
Khushboo
KhushbooMemberHi Paul,
Quote:1) If I try to copy this table as a test will it lock the table until it's finished copying?No, it will not lock the table, as copy table will not execute any LOCK statement on the server.
Quote:when it says packet, does this mean the max size of a row it is trying to insert? Or a table? Or does it mean something else?Yes, here it means the max size of row for single or bulk insert as you can not execute an INSERT statement longer than 'max_allowed_packet'.
You have to make sure 'max_allowed_packet' value of your target server(where you are trying to copy) should be greater than or equal to the same for the source server.
To find the current 'max_allowed_packet' setting in server configuration execute this on source and target server:
Show variables like 'max_allowed_packet';
Thanks & Regards,
Khushboo
KhushbooMemberHi Shlomo,
This feature request is already listed in our issue tracker,
http://code.google.com/p/sqlyog/issues/detail?id=667
Right now priority is not set. We will discuss regarding this feature and prioritize accordingly.
Thank You.
Regards,
Khushboo
KhushbooMemberHi Shlomo,
We have released SQLyog 8.5 Beta2 with this feature.
“Tabs can now be closed with the click of middle mouse button (mouse wheel).”
Refer to:
http://www.webyog.com/blog/2010/05/18/sqlyog-mysql-gui-8-5-beta-2-released/
Please evaluate and let us know the status.
Thanks & Regards,
Khushboo
KhushbooMemberHi Shlomo,
Thank you for your suggestion.
We have added your request in our issue tracker:
http://code.google.com/p/sqlyog/issues/detail?id=429
You can expect this feature in SQLyog 8.5 Beta2, which will release probably on the coming Monday.
Regards,
Khushboo
-
AuthorPosts