Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberBTW, what problem you had with Copy Database… 😮
Ritesh
MemberQuote:see topicWhich topic?
I am not sure 😮
Ritesh
MemberThe upcoming release of SQLyog – SQLyog 2003 will load only screen-full of data at a time, and would fetch additional rows as and when required.
Ritesh
MemberThanks for the idea.
Ritesh
Memberoopppssss…
sorry for the late reply. SQLyog does not support connecting thru a proxy ( as yet )
Ritesh
MemberGreetings
Sorry for the late reply 😀
This feature is by design. The History window will show you the time which was required by MySQL to execute the query.
Quote:Running query from MySQL client the time result is 13.6 sec; from SQLyog 20 ms.20ms is taken by MySQL to execute the query. 13.6 sec are taken to get the result from the server to the client.
To get the correct time ( i.e. the time it took to fetch the result ), select the Result tab and you will get the time information in the status bar.
Hope it helps 😀
Ritesh
MemberIts a known problem.
It will happen when you have a modal window opened up otherwise SQLyog will behave properly.
We are working on it 🙂
Ritesh
MemberThey are not supported yet :huh:
Ritesh
MemberQuote:BLOB: But how about WMF, icons, Rich Text or HTML? Like EMS?You can save, load any binary data using SQLyog
Ritesh
MemberQuote:Why not a graphical Designer for that?Its one of the top items in the TO-DO list of SQLyog 2003.
Quote:which can import all Access-related stuff as Tables, Data,INDEXES AND FOREIGN KEYS – Perfect not?You can Import data from Access by using SQLyog's ODBC Import Tool. Use Tools->ODBC Import…
Ritesh
MemberQuote:but thats only because I don't have any other possibility (BLOB, etc.).SQLyog supports BLOB data in a complete way 🙂
Quote:but: Do you really think you “alone” can keep up the speed of new development coming out now with MySQL (Foreign Keys, Stored Procedures, Views, Master-Slave-Replica, etc.)?We are completely dedicated to SQLyog and we will make sure that it keeps up with the pace of MySQL development.
Ritesh
MemberThanks for the suggestion. We will work on it.
Ritesh
MemberQuote:I think it would be very useful a “move field” button, to change the order of the table's fieldsYou can reorder column of your table through SQLyog. Just select the table in the Object Browser and choose Reorder Columns… from the popup menu.
Ritesh
MemberIt has been implemented in SQLyog 3.1 which will be released soon.
Ritesh
MemberJust change the value of Host field in mysql.user table to `%` for the username root . This allows root to connect to the MySQL server from any location.
-
AuthorPosts