MySQL DataController
The MySQL Datacontroller storage engine for the MySQL relational database management system is a storage engine which allows a user to create a table that is a local representation of a foreign (remote) table.The foreign table can be located into another storage engine like Oracle or Microsoft SQL Server (MSSQL). To create a Federated table, one has to specify a URL in the "CONNECTION" string: create table foo ( id int, bar varchar(255), dt date)ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo' The connection URL is in the format of:
- Author
- enFrancis Lavalliere
- Comment
- enThe MySQL Datacontroller storage engine for the MySQL relational database management system is a storage engine which allows a user to create a table that is a local representation of a foreign (remote) table.The foreign table can be located into another storage engine like Oracle or Microsoft SQL Server (MSSQL). To create a Federated table, one has to specify a URL in the "CONNECTION" string: create table foo ( id int, bar varchar(255), dt date)ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo' The connection URL is in the format of:
- Computing platform
- X86-64
- X86 architecture
- Genre
- Database engine
- Genre
- Database engine
- Has abstract
- enThe MySQL Datacontroller storage engine for the MySQL relational database management system is a storage engine which allows a user to create a table that is a local representation of a foreign (remote) table.The foreign table can be located into another storage engine like Oracle or Microsoft SQL Server (MSSQL). It utilizes the MySQL client library API, Free-TDS and OCILIB as a data transport, treating the remote data source the same way other storage engines treat local data sources.Each Federated table that is defined there is one .frm (data definition file containing information such as the URL of the data source). The actual data can exist on a local or remote Oracle, Microsoft SQL Server (MSSQL), or MySQL instance. To create a Federated table, one has to specify a URL in the "CONNECTION" string: create table foo ( id int, bar varchar(255), dt date)ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo' The connection URL is in the format of: scheme://user:pass@host:port/schema/tablename and for MSSQL where schema is dbo scheme://user:pass@host:port/DB/schema/tablename Upon creation of a DataController table, the user must ensure that the remote data source does indeed exist or an error will be issued. The DataController Storage engine was first based on the MySQL Federated Storage Engine was authored by Patrick Galbraith and Brian Aker and is currently being maintained by Patrick Galbraith and Antony Curtis.It was introduced in 2005 with MySQL 5.0. The DataController Storage engine was introduced in 2010 by Francis Lavalliere working with MySQL 5.1, in order to facilitate the access to other database engines. This plugin can also help in case of data migration, or migrating data to another database engine.
- Homepage
- launchpad.net/datacontroller
- Hypernym
- Engine
- Is primary topic of
- MySQL DataController
- Label
- enMySQL DataController
- Language
- enC/C++
- License
- GNU General Public License
- License
- GNU General Public License
- Link from a Wikipage to an external page
- launchpad.net/datacontroller
- dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html
- www.acentera.com/mysql-datacontroller/
- Link from a Wikipage to another Wikipage
- Brian Aker
- Category:MySQL
- Database engine
- GNU General Public License
- Linux
- Mac OS X
- Microsoft Windows
- MySQL
- Relational database management system
- Unix
- X86-64
- X86 architecture
- Name
- enMySQL Datacontroller Plugin Storage Engine
- Name
- enMySQL Datacontroller Plugin Storage Engine
- OperatingSystem
- Linux
- Mac OS X
- Microsoft Windows
- Unix
- Operating system
- Linux
- Mac OS X
- Microsoft Windows
- Unix
- Platform
- X86-64
- X86 architecture
- Released
- 2010
- SameAs
- fiwn
- m.0gmfd7q
- Q17070409
- Subject
- Category:MySQL
- WasDerivedFrom
- MySQL DataController?oldid=993182946&ns=0
- Website
- datacontroller
- WikiPageInterLanguageLink
- DataController
- Migration
- WikiPageLength
- 2855
- Wikipage page ID
- 31689078
- Wikipage revision ID
- 993182946
- WikiPageUsesTemplate
- Template:Database-software-stub
- Template:Infobox Software