The federated-storage-engine tag has no wiki summary.
4
votes
2answers
1k views
how can i enable federated engine in mysql after installation?
I have mysql 5.1.44
mysql> show engines;
+------------+---------+
| Engine | Support |
+------------+---------+
| ndbcluster | NO |
| MRG_MYISAM | YES |
| BLACKHOLE | YES |
...
1
vote
0answers
60 views
Multi column joins and Federated Tables
I am having a problem with getting information from two tables in our databases.
Table A is a federated table from our accounts server which works perfectly well if queried on its own. It has no ...
1
vote
2answers
120 views
Postgresql analog to mysql federated table storage engine
Between DBLink in postgresql (http://www.postgresql.org/docs/current/static/dblink.html) and foreign data wrappers (http://www.postgresql.org/docs/9.1/static/ddl-foreign-data.html), which one (if any) ...
1
vote
1answer
318 views
Is is possible to create a FEDERATED on VIEW for mysql
How can I create a FEDERATED on VIEW which placed on remote server? I'm using MySQL.
0
votes
0answers
66 views
enable the FEDERATED mysql engine on mac
so here's my problem: I'm trying to enable the FEDERATED storage engine in mysql on MAC (Lion). In phpmyadmin I have this message:
This MySQL server does not support the FEDERATED storage engine.
...
0
votes
2answers
819 views
MySQL server has gone away
I executed this query on my MySql Server and it is giving me "MySQL server has gone away" Error.In following query my both table have more then 1000000 rows.
SELECT a_tab_11_10.url as ...