Please note: If this FAQ s empty you must choose English language from the drop-down-box below. Only English content is available as of now!
Navigation
- FAQ Home
- All categories
- About Webyog support and about this FAQ
- About the SQLyog program

- Connection issues

- Using the GUI
- Managing your MySQL Database Systems

- Database Schema Synchronization
- MySQL DATA synchronization
- Notification Services
- Importing external data
- Backup/Restore
- SQLyog Job Agent (SJA)

- Working with Views, Stored Procedures and Triggers
- Character Set and Localization Issues
- MySQL bugs that affect SQLyog
- Questions on Open Source and Compiling
- Instant Response
- Sitemap
Most popular FAQs 
- I get error 1130 "Host is not allowed to ... (115014 views)
- Error no. 2003: Can't connect... (51899 views)
- Error no. 1251: "Client does not support authentication..." (48002 views)
- Error no. 1045: "Connection denied..." (41180 views)
- SQLyog Version History (39782 views)
- What is HTTP-tunneling? (29166 views)
- Error No. 2005: Unknown MySQL server host... (28219 views)
- What Is SSH and SSH-tunneling? (25407 views)
- Why are Stored Procedures not created when I import ... (23331 views)
- Do I need PHP to use SQLyog with MySQL? ... (21436 views)
Latest FAQs 
- SQLyog Version History (2010-02-08 01:20)
- SQLyog is a client for the MySQL server - ... (2009-09-11 07:48)
- Can I use SQLyog with the various SQL-modes available ... (2009-08-20 08:02)
- Failed dependency for libstdc++.so.5 error (2009-08-13 11:22)
- Wrong results are returned for FOUND_ROWS(). (2009-08-12 06:31)
Importing external data
What is and what is not imported by the SQLyog Import External Data Tool?
The SQLyog Import External Data Tool as of SQLyog 4.1 and later will import
DATA
and it will - of course - create the type definitions for the table columns in the process. Note that the ODBC-driver will 'propose' a transformation of the datatype when importing a datatype from the ODBC-database if the corresponding MySQL datatype is not completely identical. For instance a MS SQL Server varchar-type is too long to fit into a MySQL 4.x varchar. It must be transformed to a MySQL text or blob type. However the SQLyog Import External Data Tool gives you the option to 'override' the 'proposal' of the ODBC-driver. So for instance: if the driver says blob you can choose mediumtext instead if you like.
METADATA that is
- (ordinary) indexes, including – of course – unique indexes
- primary keys
- foreign keys
It does not attempt to import
OBJECTS such as
- Stored Procedures and Functions
- Triggers
- Views
Also note that the ODBC-import Tool as of SQLyog version 4.0 and before only imports DATA themselves.
Tags: -
Related entries:
- Do I need PHP to use SQLyog with MySQL?
- SQLyog gives you the most options for connecting to MySQL
- Welcome to the Webyog FAQ
- Installation and upgrading
- Buying and Licensing SQLyog
Last update: 2005-11-11 15:03
Author: Peter Laursen
Revision: 1.0
You can comment this FAQ