Forum Replies Created
-
AuthorPosts
-
RiteshMember
Thanks. We will display the necessary message from v5.01.
RiteshMemberThis is already in the TO-DO list but I cannot guarantee you the version which will have this feature.
RiteshMemberThis is very strange. We have tested 5.0 in Win98 and it works great.
What is the error that you are getting?
RiteshMemberYou are using the FREE version of SQLyog which does not have Tunneling feature enabled.
You will need to download the TRIAL version of SQLyog Enterprise.
RiteshMemberI am not sure about Navicat but we execute the following query to get the VIEW info:
Code:select `TABLE_NAME` from `INFORMATION_SCHEMA`.`VIEWS` where `TABLE_SCHEMA` = 'yourdb'Do you get an error while executing the above query?
RiteshMemberThe error means that the underlying table is corrupted.
If you check the views from other GUIs you will get the same error.
RiteshMemberPlease check the attached image.
Hope that helps.
RiteshMemberWhich version of SQLyog are you using?
Both these features are already implemented in v4.1.
RiteshMemberYou will need to do it manually by issuing a GRANT statement. The current SQLyog's user-management does not allow you to do that.
We plan to completely re-write user-management module in the next version of SQLyog.
RiteshMemberThis is a known issue. More info at: http://www.webyog.com/forums/index.php?sho…_timestamp'
We plan to fix this issue in one of the future versions of SQLyog.
RiteshMemberWhich version of SQLyog are you using?
Can you download and try v4.2 RC from: http://www.webyog.com/forums/index.php?sho…st=0&#entry7726?
RiteshMemberRight now the table-type are hard-coded in the application. We plan to add them dynamically depending upon MySQL version in one of the future version of SQLyog.
RiteshMemberQuote:plink.exe isn't in the windows process listThis means that the tunneler is not up and running. Without plink tunneler, SQLyog will not be able to do SSH Tunneling.
RiteshMemberThis is a known issue.
We plan to fix this in one of the future versions of SQLyog.
RiteshMemberQuote:so the last 'a' does not seem to be in the database at all? I can shut down SQLyog and restart it and data are still displayed like in pic1. How could SQLyog enter dataa into a row without the PK-field having assigned a value?This is the correct behavior. * on the left hand of the row indicates that this is a new row and has not been inserted. The value a as shown in the screenshot is the default value for the column 😀
-
AuthorPosts