forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Export/Import
- This topic is empty.
-
AuthorPosts
-
-
February 14, 2003 at 3:07 pm #13738
Ritesh
MemberQuote:So SQLyog don't support the “Export to another Database” and “Export to another Host/DB” option.SQLyog does have the option. Select the database and choose Copy Database… option from the Popup menu. It allows you to copy the database into another host/db.
Quote:Then I notice that the SQLEditor doesn't have the save/load to file functions. It's onlyYou can do that. Choose File->Open… and File->Save… option.
Quote:After a big data import test with executing a batch script file I notice that itCan you tell us your config and the file size? Under all our test condition, SQLyog has been found to execute query in Batch File faster then other Front ends.
Hope it helps.
-
February 14, 2003 at 3:43 pm #13739
bass
MemberMy .sql file is a dump file of a database with over hundered of MyISAM
tables.
It's size is 1.991 KB and it has approximatly 13000 SQL statements.
I loaded the file in the SQL-Editor of both programs and started
the script.
With the Mysql-Front program it took 2min 30sec
with SQLyog the executing process not stoped over 9min…
maybe ther is a bug??
-
February 14, 2003 at 4:19 pm #13740
Ritesh
MemberThe fastest way to execute a batch script in SQLyog is to use Tools->Execute Batch File… option ( Ctrl+Shift+Q ) and just provide the name of the SQL file.
Using this method you dont have to “open” the file in the editor window before executing it. This option has been optimized for VERY large batch scripts. It will also tell you the time take to execute the entire file. Pls. try it out and let us know your feedback.
-
-
AuthorPosts
- You must be logged in to reply to this topic.