Content deleted Content added
Updated link |
deorphan |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Infobox Software
| name = MySQL Datacontroller Plugin Storage Engine
Line 18 ⟶ 16:
| genre = [[Database engine]]
| license = [[GNU General Public License]]
| website = [
}}
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:
Line 53 ⟶ 51:
* [http://dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html MySQL Documentation on Federated Storage Engine]
* [https://launchpad.net/datacontroller MySQL DataController Plugin]
* [http://www.acentera.com/mysql-datacontroller/ MySQL DataController Blog and Video demo]
[[Category:MySQL]]
|