Forum Replies Created
-
AuthorPosts
-
November 20, 2012 at 6:51 pm in reply to: Can I Use Sqlyog To Connect To Google Cloud Sql Instances? #33986
peterlaursen
ParticipantIt is not possible. It would require JDBC to connect and SQLyog is compiled with the MySQL C-API connector.
We also have no plans to support it. But we hope that Google will expose some common sense one day.
SQLyog works fine with other cloud solutions – most important various Amazon solutions.
peterlaursen
ParticipantPlease explain: is it the connection that establishes slowly (only) or do you experience a slowness also after connection has been established?
peterlaursen
ParticipantAdded to our issue-tracker here:
peterlaursen
ParticipantThanks for informing us. But we have not really considered VS 2012 yet. We probably will after a few months, but everybody is too busy now for that.
peterlaursen
ParticipantWe are not actively developing a version for Mac currently and have no immediate plans for doing so.
Rewirting SQLyog code not to use Win32 API calls but rather Unix/Posix would require several man-years of work and we have not decided to spend that effort.
peterlaursen
ParticipantYou can send a mail to [email protected] and we can reverse engineer the password to a clear text password for you.
We don't want to publish the obfuscation algorithm used here in the Forums.
peterlaursen
Participant@Tance .. you never updated here. Are you waiting for us? Have you lost interest in this? Or have you just been too busy to consider this? Or do you think that you have already provided us with what information we need?
I have added a note to our issue-tracker here: http://code.google.c…/detail?id=1826
peterlaursen
ParticipantDid you try it with Wine?
peterlaursen
ParticipantFirst step: I have added to our issue-tracker here:
peterlaursen
ParticipantMore info here:
peterlaursen
ParticipantActually with version 10.0 we changed a little how this is stored. So when upgarding to 10.0 you will need to install twice again to see this. Sorry for this, but now future upgrades should not remove it.
peterlaursen
ParticipantBut we don't have any SQL-parser in SQLyog. The parser is on the server.
The server has a variable named 'sql_safe_updates' ,
Refer http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_sql_safe_updates
“If set to 1, MySQL aborts UPDATE or DELETE statements that do not use a key in the WHERE clause or a LIMIT clause. This makes it possible to catch UPDATE or DELETE statements where keys are not used properly and that would probably change or delete a large number of rows.”
In SQLyog since version 9.63 you can enter the INIT_COMMAND “SET sql_safe_updates = 1” in the 'advanced tab' for the connection.
peterlaursen
Participant.. and you will have to install TWICE to see it. It has effect when the new installer upgrades an installation created with the new installer (and not when the new installer upgrades an installation created with the old installer).
peterlaursen
ParticipantThere are x-platform libraries. Something would probably be almost trivial (example: use the 'curl' library and not wininit for network routines), but almost everything related to the GUI in particular is not.
I can only repeat that currently there are no plans for non-Windows versions.
peterlaursen
Participant“I simply compare 2 DDL's”. I you use SHOW CREATE TABLE we cannot use this. This will fail in some cases if server versions are not the same (a single SPACE-character difference in how it is formatted is enough and there are ltos of similar issues between MySQL versions. Not to mention when servers are pre-4.1 and and 4.1+).
-
AuthorPosts