Forum Replies Created
-
AuthorPosts
-
sathishMember
Hello,
This option was removed. Quoting from version 8.5 release notes:
- The option in ‘preferences’ to ‘Add keywords in UPPERCASE’ is removed. It was redundant since introduction of the ‘auto-capitalization’ feature.
Please refer: http://faq.webyog.com/content/33/7/en/sqlyog-version-history.html
Regards,
Sathish
sathishMemberHello,
Also there is a known issue with import external data where ODBC/ANSI SQL does not have a CHUNK control which could cause memory exhaustion in either server or client at some point. We already have this in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1709
What you could do here is to have more jobs using a WHERE clause splitting that huge import into multiple smaller import jobs.
Please refer: https://static.webyog.com/docs/SQLyog/Migration_Toolkit_-_From_table-SQLWhere_SQLyog_MySQL_GUI.htm
Regards,
Sathish
sathishMemberHello,
1) What is the operation system?
2) The SQLyog version(32 bit or 64 bit)?
3) What is the type of conencion(Direct/HTTP/SSH)?
4) Could you please tell us if this is consistently reproducible?
5) It would be helpful if you could provide us the structure of the table where this issue is reproducible.
Regards,
Sathish
sathishMemberHello,
It is the wine program loader that launches SQLyog when you search from Ubuntu launcher. If you need SQLyog icon in the launcher then go to wine directory where SQLyog is installed. Run SQLyog from the installation folder and lock it to the launcher. Now you can see the SQLyog icon in the launcher and also you can relaunch SQLyog when needed.
Regards,
Sathish
sathishMemberHello,
It will be helpful if you could provide us a reproducible test case for this. Also please attach a screenshot with the options what you have checked in schema synchronization dialog.
Also please refer: https://static.webyog.com/docs/SQLyog/Starting_Structure_Synchronization_SQLyog_MySQL_Client.htm
Regards,
Sathish
sathishMemberHello,
Please refer: http://blog.webyog.com/2009/08/10/mysql-server-has-gone-away-part-1-max_allowed_packet/Try changing the max_allowed_packet setting to a larger value in the server.Open “my.ini/cnf”, located in your MySQL installation folder, and under [mysqld] section change “max_allowed_packet = 64M” and don’t forget to restart the server. You can check the value by executing:SHOW VARIABLES LIKE ‘max_allowed_packet’;Regards,
Sathish
sathishMemberThe SQLyogTunnel.php is designed to work only with SQLyog but not with other applications.
if you want to use this with SQLyog then please refer: https://static.webyog.com/docs/SQLyog/Uploading_SQLyogTunnel_SQLyog_MySQL_Tool.htm
https://static.webyog.com/docs/SQLyog/HTTP_Tunneling_SQLyog_MySQL_Client.html
sathishMemberHello,
We have tested this and it is working fine for us. We will contact you for a private session.
Regards,
Sathish
sathishMemberHello,
Could you please check if you are able to connect to SSH server from the terminal?
Also please check if the SSH port is allowed in your firewall settings.
Regards,
Sathish
sathishMemberAlso please refer this FAQ: http://faq.webyog.com/22_113_en.html
sathishMemberHello,
We have already replied in the ticket created by you.
Regards,
Sathish
sathishMemberHello,
We are unable to reproduce this issue at our end. It would be helpful if you could create a private support ticket by sending a mail to [email protected]
Regards,
Sathish
sathishMemberHello,We have released V11.33 with this fix. Please refer: http://blog.webyog.com/2014/02/07/sqlyog-mysql-gui-11-33-released/Regards,SathishsathishMemberHello,
Its MySQL that stores the view definition in canonical form, so that’s what it gives you when you run SHOW CREATE VIEW
Please refer: http://dev.mysql.com/doc/refman/5.5/en/show-create-view.html
Regards,
Sathish
sathishMemberWe already have fixed a similar issue. Could you please send a mail to [email protected] so that we could provide you a special build with the fix.
-
AuthorPosts