MySQL DataController: Difference between revisions

Content deleted Content added
Updated website link to blog
deorphan
 
(One intermediate revision by one other user not shown)
Line 1:
{{Orphan|date=May 2011}}
 
{{Infobox Software
| name = MySQL Datacontroller Plugin Storage Engine
Line 29 ⟶ 27:
To create a Federated table, one has to specify a URL in the "CONNECTION" string:
 
<sourcesyntaxhighlight lang="sql">
create table foo (
id int,
Line 35 ⟶ 33:
dt date)
ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo'
</syntaxhighlight>
</source>
 
The connection URL is in the format of: