Forum Replies Created
-
AuthorPosts
-
sathishMember
We use the MySQL C connection API – mysql_real_connect() to connect to MySQL.
According to the MySQL documentation
Quote:If host is NULL or the string “localhost”, a connection to the local host is assumed. For Windows, the client connects using a shared-memory connection, if the server has shared-memory connections enabled. Otherwise, TCP/IP is used.So, this API automatically detects the connection protocol (using the rules above) and connects using it. Therefore you should not specify “localhost” if you are using shared memory.
We will also look into this and see if there is anyway we can force a specific type of connection, but for now you should specify the IP address rather than “localhost”.
sathishMemberHello,
We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1924 We will schedule this according to priority.
Regards,
Sathish
March 22, 2013 at 4:50 am in reply to: Sql Dump Export Tables, Text Columns Converted To Blob? #34256sathishMemberHello,
We tried exporting a table as sql dump with a text field, but unable to reproduce this in the current version(v11.01).
Could you please let us know which version of SQLyog are you using(Help->About)?
The MySQL server version( Select Version(); )
Also please paste the create table statement here?
Regards,
Sathish
sathishMemberCurrently this is not possible in SQLyog. There is no option to remove backquotes in the DDL Information section of the Info tab and in SQL Preview tab in the Alter Table window.
sathishMemberHello,
We are unable to reproduce this at our end. Could you please create a private support ticket by sending a mail to [email protected]
sathishMemberHello,
We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1920 We will schedule this according to priority.
Regards,
Sathish
March 15, 2013 at 7:21 am in reply to: Initial Position Of Copy Database Dialog Should Show Selected Table #34237sathishMemberHello,
We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1919 we will schedule this according to priority.
Regards,
Sathish
sathishMemberThere is an option in Tools-> Backup database as SQLdump. Select the tables which you want. If you are not looking for this could you please elaborate?
sathishMemberHello,
There is an option in the advanced tab in connection manager to define a MySQL init-command for a connection. You can specify the database name in init-command option. That will be a default database for the connection. Please find the screenshot attached.
Regards,
Sathish
sathishMemberHello,
This feature is not currently available in SQLyog. However we have this request in our issue tracker here: https://code.google….s/detail?id=954 It will be scheduled according to priority.
Regards,
Sathish
sathishMemberThere is stop button in table data tab in 9.33 as well. Please find the screen shot attached.
sathishMemberHello,
Quote:We created a table the other day with 1200 rows and un-checked the limit rows box to view them all. Now that table has 7 million rows and we are no longer able to reset the limit rows box.The application will wait until the data is being loaded in table data tab. You can stop and change the settings.There is a stop icon in the table data tab when the data is being loaded. You can click on the stop icon and check the limit rows option. Please find the screenshot attached.
Regards,
Sathish
sathishMemberHello
We have added this request in our issue tracker here: https://code.google…./detail?id=1915 We will schedule this according to priority.
Regards,
Sathish
sathishMemberHello,
You get this error only when your SSH host address is wrong. Could you please double check your connection details or enter the connection details again in SSH tab and MySQL tab in the connection manager. If you are still having issues we would like to have a shared session in order to check this issue. You can create a private ticket by sending a mail to [email protected].
Regards,
Sathish
sathishMemberHello,
It would be good if we can have a shared session as it would help us resolve the issue quickly. Could you please create a private ticket by sending a mail to [email protected].
Regards,
Sathish
-
AuthorPosts