Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberThanks. We will display the necessary message from v5.01.
Ritesh
MemberThis is already in the TO-DO list but I cannot guarantee you the version which will have this feature.
Ritesh
MemberThis is very strange. We have tested 5.0 in Win98 and it works great.
What is the error that you are getting?
Ritesh
MemberYou 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.
Ritesh
MemberI 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?
Ritesh
MemberThe error means that the underlying table is corrupted.
If you check the views from other GUIs you will get the same error.
Ritesh
MemberPlease check the attached image.
Hope that helps.
Ritesh
MemberWhich version of SQLyog are you using?
Both these features are already implemented in v4.1.
Ritesh
MemberYou 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.
Ritesh
MemberThis 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.
Ritesh
MemberWhich 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?
Ritesh
MemberRight 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.
Ritesh
MemberQuote: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.
Ritesh
MemberThis is a known issue.
We plan to fix this in one of the future versions of SQLyog.
Ritesh
MemberQuote: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