Content deleted Content added
Updated website link to blog |
deorphan |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{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:
<
create table foo (
id int,
Line 35 ⟶ 33:
dt date)
ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo'
</syntaxhighlight>
The connection URL is in the format of:
|