Forum Replies Created
-
AuthorPosts
-
sathishMember
Hello Daniele,
There is ‘Hide Language Options’ where charset and collation columns are hidden. You can uncheck the option to see the column charset and collation. Please find the screenshot attached.
Regards,
Sathish
sathishMemberHello,
You would have to right click on the host name in the object browser and select ‘change object color’. Also could you please restart your machine once and check if this is reproducible?
Regards,
Sathish
sathishMemberThe community edition is now moved here: https://code.google.com/p/sqlyog/wiki/Downloads
June 4, 2014 at 12:31 pm in reply to: Feature Request: Session Restore – Restore Selected/active Database #34947sathishMemberHello,
Lastly the restore process took about 5 minutes (restoring 8 connections via SSH tunnel).
We are unable to reproduce this. It would be helpful if you could tell us:
How many Query tabs were open in each connection?
Did you have any queries in the each connection?
After i then tried to disconnect the sessions to speed up further launches SQLYog crashes.
As regards “crash dumps” look in the folderWindows 7:C:Users{user}AppDataRoamingSQLyogfor files named like “SQLyog_Dump_xyz.dmp” (xyz is a number). Only files larger than 0 bytes are interesting and if there are more please try to identify the correct one(s) from the time it was saved. Please attach those crash dumps here.Then i tried to disable the Restore Option after which SQLYog crashes again (no response, had to kill via Taskmanager).
Does this happen only when you try to disable session restore from preferences or when you perform any other actions in preferences tab?Also could you please restart your computer once and check if this is reproducible?Regards,SathishsathishMemberHello,
Currently there is no preference option to change all the tables to standard or column view in schema designer but we have added this request here: https://code.google.com/p/sqlyog/issues/detail?id=2049
Regards,
Sathish
sathishMemberHello,
Apologies for the delay in replying. We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=2047 but currently this is not in our road map for another few months.
Regards,
Sathish
sathishMemberHello,
Issue reproducible. We have added this in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1559 Thanks for reporting.
Regards,
Sathish
sathishMemberHello,
We are unable to reproduce this. It is working fine for us. Could you please tell us are you getting the pop-up dialog after clicking on other colors?
Also could you please try changing the color from Object browser?
Regards,
Sathish
sathishMemberHello,
We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=2045 But currently the priority is not set for this.
Regards,
Sathish
sathishMemberHello,
This is because when you switch between the query tabs the focus will be on query tabs. Hence Ctrl+C operation will not be able to copy from the result tab. And the clipboard remains unchanged. Hence it will contain the contents what you had copied before. This is by design.
Regards,
Sathish
May 26, 2014 at 8:03 am in reply to: Backup – What's The Difference Between Creating A Backup From Db V #34961sathishMember“Scheduled backup” has more options than “Backup Database As SQL Dump” and scheduled backup is for automated backups. It is implemented in the SJA (SQLyog Job Agent – refer http://faq.webyog.com/content/27/114/en/introduction-to-the-_sqlyog-job-agent_-sja.html)Please refer: https://static.webyog.com/docs/SQLyog/Export_Database_as_Batch_Script_SQLyog_MySQL_GUI.htmsathishMemberHello,This is fixed in the current development tree. And the fix will be available in next public release.Regards,SathishsathishMemberHello,
Please refer this FAQ : http://faq.webyog.com/content/23/15/en/error-no-2003-can_t-connect.html which describes the problem.
Regards,
Sathish
sathishMemberPlease refer this FAQ: http://faq.webyog.com/content/27/114/en/introduction-to-the-_sqlyog-job-agent_-sja.html
Data sync jobs additionally supports a ‘-r’ parameter (it is ignored with other types of jobs). It has only an effect when a non-empty source-table is synced to an empty target-table and defines how big CHUNKS should be fetched from source server (for a (source) HTTP connection it is 1000 rows by default if -r option is not specified explicitly). -r2000 (note that the number should not be quoted) will copy CHUNKS of 2000 rows from source. If no -r parameter is specified SQLyog will fetch “all rows” from source server in one ‘SELECT’ query operation what may cause memory exhaustion on the client machine. Also if use (or no use) of the -r parameter results in larger CHUNKS than target ‘max_allowed_packet’ setting on target, this ‘max_allowed_packet’ will still be respected. So in short if your sync job syncs a large non-empty source-table to an empty target-table you could use the -r parameter to control memory consumption on the client. Note that the -r parameter is a command line option only that is not supported from the GUI wizard.sathishMemberHello,
Issue confirmed. We will fix this. Thanks for reporting.
Regards,
Sathish
-
AuthorPosts