Forum Replies Created
-
AuthorPosts
-
RiteshMember
BTW, what problem you had with Copy Database… 😮
RiteshMemberQuote:see topicWhich topic?
I am not sure 😮
RiteshMemberThe 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.
RiteshMemberThanks for the idea.
RiteshMemberoopppssss…
sorry for the late reply. SQLyog does not support connecting thru a proxy ( as yet )
RiteshMemberGreetings
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 😀
RiteshMemberIts a known problem.
It will happen when you have a modal window opened up otherwise SQLyog will behave properly.
We are working on it 🙂
RiteshMemberThey are not supported yet :huh:
RiteshMemberQuote:BLOB: But how about WMF, icons, Rich Text or HTML? Like EMS?You can save, load any binary data using SQLyog
RiteshMemberQuote: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…
RiteshMemberQuote: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.
RiteshMemberThanks for the suggestion. We will work on it.
RiteshMemberQuote: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.
RiteshMemberIt has been implemented in SQLyog 3.1 which will be released soon.
RiteshMemberJust 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