<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Federated Storage Engine</title>
        <description>Forum for Federated Storage Engine.</description>
        <link>http://forums.mysql.com/list.php?105</link>
        <lastBuildDate>Fri, 24 May 2013 09:39:16 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?105,585281,585281#msg-585281</guid>
            <title>Error 1156 on federated table (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,585281,585281#msg-585281</link>
            <description><![CDATA[ Can anyone explain &quot;Error Code: 1156. Got packets out of order&quot; when querying a federated table?  More details:<br />
<br />
First on the remote server with an SSH connection:<br />
<br />
/********************************************************/<br />
CREATE TABLE `testremote`.`test` (<br />
  `c1` varchar(10) NOT NULL,<br />
  PRIMARY KEY (`c1`)<br />
) ENGINE=InnoDB DEFAULT CHARSET=utf8;<br />
<br />
INSERT INTO `testremote`.`test` (`c1`) VALUES ('a');<br />
/********************************************************/<br />
<br />
Then on the local server:<br />
<br />
/********************************************************/<br />
CREATE TABLE `test`.`test` (<br />
  `c1` varchar(10) NOT NULL,<br />
  PRIMARY KEY (`c1`)<br />
) engine=federated DEFAULT CHARSET=utf8<br />
CONNECTION='mysql://user:password@IP_address:port/testremote/test';<br />
<br />
select c1 from test.test;<br />
/********************************************************/<br />
<br />
That final select generates the error.<br />
<br />
I am using MySQL Workbench 5.2.39 CE. Variable version=5.5.28-log for the remote server, and 5.6.11-log for the local server. user is the &quot;SSH Username&quot;, and IP_address:port is the SSH Hostname as shown in the &quot;Connect to Database&quot; window of MySQL Workbench]]></description>
            <dc:creator>Ruaraidh Hamilton</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 02 May 2013 00:53:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,582603,582603#msg-582603</guid>
            <title>Changing connection param of Federated Table (Resolved) (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,582603,582603#msg-582603</link>
            <description><![CDATA[ I currently have one database with a federated table. The database it connects to recently had a host name change and I need to update the connection string. Based on the documentation, federated tables do not support ALTER TABLE. What is the suggested way to change the connection string?<br />
<br />
thank you.<br />
<br />
(EDIT) I realized I could simply reconstruct the federated table without changing the other table.]]></description>
            <dc:creator>Nicholas Dovidio</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Fri, 29 Mar 2013 10:57:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,581760,581760#msg-581760</guid>
            <title>FEDERATED engine not supported (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,581760,581760#msg-581760</link>
            <description><![CDATA[ Hi, my problem is that once activated the FEDERATED engine, run the commands &quot;SHOW ENGINES&quot; and the FEDERATED engine as unsupported too.<br />
<br />
I am using a version of MySQL 5.5. In ubuntu 12.04.<br />
<br />
I activate the FEDERATED engine like that:<br />
<br />
<br />
in my my.cfg<br />
under [mysqld]<br />
write &quot;FEDERATED&quot;<br />
<br />
Restart the service and nothing.<br />
<br />
the command &quot;SHOW ENGINES&quot; continues to show:<br />
FEDERATED engine as unsupported.<br />
<br />
Thanks for your help and your time.]]></description>
            <dc:creator>joel guich horcajo</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Tue, 19 Mar 2013 20:49:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,579276,579276#msg-579276</guid>
            <title>ERROR 1429 : Unable to connect to foreign data source: Can't connect to MySQL seto (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,579276,579276#msg-579276</link>
            <description><![CDATA[ While i am using 'FEDERATED' Engine to sync with remote server, i am getting this following error.<br />
<br />
&quot;ERROR 1429 : Unable to connect to foreign data source: Can't connect to MySQL server&quot;<br />
<br />
Source Database version: mysql 5.5 <br />
Remote Database version: mysql 5.6 (Enterprise edition)<br />
port # : 3306<br />
<br />
Thanks,]]></description>
            <dc:creator>Pradeep Ganapathy</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Sat, 16 Feb 2013 06:33:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,577782,577782#msg-577782</guid>
            <title>Copy federated table (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,577782,577782#msg-577782</link>
            <description><![CDATA[ Hi,<br />
<br />
I would like to copy one federated table because I can't Alter it.<br />
<br />
This is what I want to do:<br />
CREATE TABLE produit LIKE general.produit;<br />
ALTER TABLE produit ENGINE=FEDERATED DEFAULT CHARSET=utf8 CONNECTION='mysql://login:pwd@127.0.0.1/general/produit';<br />
<br />
When I do that, table is copied but I have an error for the Alter Table:<br />
#1031 - Table storage engine for 'produit' doesn't have this option <br />
<br />
I try in one line but it doesn't work.<br />
<br />
CREATE TABLE produit LIKE general.produit;<br />
ALTER TABLE produit ENGINE=FEDERATED DEFAULT CHARSET=utf8 CONNECTION='mysql://login:pwd@127.0.0.1/general/produit';<br />
<br />
I hope someone can help me !<br />
<br />
Thanks !]]></description>
            <dc:creator>thibaut heudelot</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 23 Jan 2013 17:33:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,575752,575752#msg-575752</guid>
            <title>Removal of federated tables (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,575752,575752#msg-575752</link>
            <description><![CDATA[ I have a database that has a number of federated tables which were no longer used. The host for the tables was taken down. Now I can't even open information_schema.tables to view the table names. I get an error &quot;Unable to connect to foreign data source&quot;. Tools like AQT no longer work because they rely on data from information_schema. I tried issuing a DROP TABLE on the tables I knew of, but I am still unable to get to my schema. <br />
<br />
MySQL 5.1.39 on Linux.<br />
<br />
Any ideas?]]></description>
            <dc:creator>Andrew Nicholls</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Mon, 10 Dec 2012 16:29:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,575503,575503#msg-575503</guid>
            <title>How to enable/Activate Federated Engine in MYsql 5.5? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,575503,575503#msg-575503</link>
            <description><![CDATA[ Could any one tell me the step by step procedure To enable the Federated Engine in mysql 5.5?<br />
<br />
<br />
<br />
<br />
Thanks IN Advance,]]></description>
            <dc:creator>vasudhaika world</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Sat, 15 Dec 2012 06:50:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,575467,575467#msg-575467</guid>
            <title>Unable to connect to foreign data source (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,575467,575467#msg-575467</link>
            <description><![CDATA[ I have set the federated table successfully however when I try to query the federated table I have the following error<br />
<br />
select i_account from Accounts;<br />
ERROR 1429 (HY000): Unable to connect to foreign data source: Can't connect to MySQL server on '203.160.8.116' (13)<br />
<br />
I have checked the auth details and they are correct. I have actually connected to the remote server using<br />
 mysql -u`user` -p`password `database` -h `host` -P`port`<br />
from the linux console to confirm I have the right details<br />
I have put a tcpdump in the local server to see if it sends any packet to the remote server when I execute the select query and it does not.<br />
<br />
I have tried setting up the federated table using the full string in the connection attribute of the table and also with the create server command, both have the same unsuccessful result. do you have any ideas on what can I try next?<br />
<br />
thanks]]></description>
            <dc:creator>Juan Nino</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Fri, 07 Dec 2012 00:58:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,574467,574467#msg-574467</guid>
            <title>Storage Engine using MySQL Pro in Windows (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,574467,574467#msg-574467</link>
            <description><![CDATA[ <a href="http://soundcloud.com/kk784/degrassi-the-next-generation-season-12-episode-27-online-streaming-free"  rel="nofollow">Degrassi The Next Generation Season 12 Episode 27</a> iCarly and Spencer are about to leave their apartment on April Fool's Day because they got evicted by Mr. Bushwell. Sam, Freddie, and Gibby arrive and Carly says that they all had good times in this apartment and remembers one time when they were all siting in the couch watching on TV an episode where the characters were doing flashbacks from past episodes (present in wacky <a href="http://soundcloud.com/kk784/icarly-season-6-episode-8-online-streaming-free-enjoy-on-movietail"  rel="nofollow">iCarly Season 6 Episode 8</a> recreations and not actual footage from past episodes). By the end of the episode, Mr. Bushwell comes with Lewbert to tell them to leave the building. Then, Sam asks them to remember that time where they came there and changed their minds about Carly and Spencer leaving, which turns out to be a replay of the scene with Lewbert and Bushwell entering the door.<br />
 <br />
<br />
Mike Baxter, a director of <a href="http://soundcloud.com/kk784/last-man-standing-season-2-episode-4-online-streaming-free-in-hd"  rel="nofollow">Last Man Standing Season 2 Episode 4</a> marketing at an outdoor sporting goods store, returns home from traveling to a new assignment at work and to his house filled with women: his wife Vanessa, his oldest daughter Kristin (a single mother caring for her son in the Baxter family home), his middle daughter Mandy <a href="http://igpgame.com/forums/index.php?/topic/5-whisker-wars-season-2-episode-1-online-streaming-free/"  rel="nofollow">Whisker Wars Season 2 Episode 1</a> (an unintelligent, popularity-driven teenager) and his youngest daughter Eve (a tomboy inspired by her father). While Mike gives Eve advice for her soccer game, which results in her injuring a boy she has a crush on, he also plays Cupid to set up Kyle, a young employee at his store, with Mandy. However, Kyle mistakes Kristin for Mandy, and dates Kristin instead.  <a href="http://igpgame.com/forums/index.php?/topic/4-malibu-country-season-1-episode-4-online-streaming-free-on-moivetail/"  rel="nofollow">Malibu Country Season 1 Episode 4</a><br />
<br />
<br />
<br />
<br />
After finding out that her <a href="http://soundcloud.com/eekk9/watch-twilight-breaking-dawn-part-2-online-free-full-movie-on-putlocker-2012"  rel="nofollow">Watch Twilight Breaking Dawn Part 2</a> husband had an affair with a co-worker, Reba Mackenzie moves her, her family, and her mother to Malibu to a house a that she never knew husband had, to restart her music career that she left years ago so she could take care of her family, and let her husbands career to the spot light. After moving in, she immediatley meets her neighbor Kim, who <a href="http://soundcloud.com/eekk9/watch-twilight-breaking-dawn-part-2-online-free-full-movie-in-hd-2012"  rel="nofollow">Watch Twilight Breaking Dawn Part 2</a> comes off as a woman who can't keep anything to herself; After finally scheduling a meeting with a record producer, Reba goes down to only find out that she isn't what they are looking for because she isn't 'young and sexy' as the record producers assistant, Geoffrey, says. Reba soon realizes that Malibu is going to be a much different place, and a big adjust for her Nashville native family, as her daughter makes a new friend, Kim's step-son Sage, and her son adjusting to his girlfriend breaking up with him, not wanting a long distance <a href="http://soundcloud.com/eekk9/watch-twilight-breaking-dawn-part-2-online-free-on-googletv-2012"  rel="nofollow">Watch Twilight Breaking Dawn Part 2</a> relationship. <br />
<br />
Kim finds an article in a magazine about Bobby, Reba's ex, saying that he was dating a woman, and shows it to <a href="http://soundcloud.com/dfhdjks/watch-twilight-breaking-dawn-part-2-online-free-enjoy-in-hd-2012"  rel="nofollow">Watch Twilight Breaking Dawn Part 2</a> Lillie insisting that they shouldn't show Reba, only for Reba to come around and Lillie to show her. When Cash brings over Sages' computer to him, he finds Sage kissing another girl, when Sage insists that he's gay, Cash threatens to tell June, implying that he can't be gay. Kim sets Reba up a man that she knows, saying she needs to get out of the house, with a talk from Lillie Reba agrees to go on the date. When Cash tells June about what he saw earlier, she tells him that she's fine with it; When Geoffrey stops by to get papers signed, Reba enlist his help to help pick out an outfit. Reba gets caught up talking to June about her feeling for Sage before her date; When she shows up Lillie and Kim are there and tell her that <a href="http://soundcloud.com/dfhdjks/watch-twilight-breaking-dawn-part-2-online-free-on-novamove-2012"  rel="nofollow">Watch Twilight Breaking Dawn Part 2</a> Tom believed that she stood him up and left. When Reba gets home she has to explain to Cash and June about her dating.]]></description>
            <dc:creator>anderson jozaf</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Fri, 23 Nov 2012 10:31:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,570015,570015#msg-570015</guid>
            <title>Federation perfomance much slower (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,570015,570015#msg-570015</link>
            <description><![CDATA[ We are finding performance of a federation query to be 4-5 times slower than running the query directly on the server.  we have 2 instances running on the same server, where one is federating off the other.  if you run select * from table a (fairly large table &gt; 200K rows) on the federated server then it runs 5x slower than running it directly on the source server. why?]]></description>
            <dc:creator>Hans Won</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 07 Nov 2012 16:15:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,563525,563525#msg-563525</guid>
            <title>Alternatives to federated tables (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,563525,563525#msg-563525</link>
            <description><![CDATA[ Federated tables is a good idea, but it has too many shortcommings and errors. Lately I discovered that LEFT JOIN does not work with federated tables.<br />
<br />
Are there any good alternatives.<br />
<br />
MySQL has a replication feature. If that could be extended, so I could pin point one table to be replicated. <br />
I know that this is possible - however I already run a master master replication on the server(s) that needs the federaded table. <br />
<br />
A storage engine that looks into the binlog on a master machine, would do exactly what I need.]]></description>
            <dc:creator>Kjeld Flarup</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 01 Aug 2012 08:32:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,548968,548968#msg-548968</guid>
            <title>federated table and hosts file (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,548968,548968#msg-548968</link>
            <description><![CDATA[ I found federated tables need the foreign host to be in /etc/hosts, it doesn't use DNS server. Anybody had the same issue?]]></description>
            <dc:creator>Jacky Shu</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Mon, 04 Jun 2012 15:37:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,513362,513362#msg-513362</guid>
            <title>5.0.77 - how to activate federated? (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,513362,513362#msg-513362</link>
            <description><![CDATA[ I've read the documentation and checked the forums but still am unable to get federated working on MySQL 5.0.77 (specifically, mysql  Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i386) using readline 5.1).<br />
<br />
<br />
I added the following line to the [mysqld] section of /etc/my.cnf:<br />
federated=1<br />
<br />
I added --federated to the startup options for mysqld.  Here are the active running processes:<br />
<br />
# ps -ef | grep mysqld<br />
root      2456     1  0 11:30 pts/0    00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --user=mysql --federated<br />
mysql     2511  2456  0 11:30 pts/0    00:00:00 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --socket=/var/lib/mysql/mysql.sock --federated<br />
<br />
However, it appears that federated is still not available:<br />
<br />
mysql&gt; show engines;<br />
+------------+---------+----------------------------------------------------------------+<br />
| Engine     | Support | Comment                                                        |<br />
+------------+---------+----------------------------------------------------------------+<br />
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great performance         |<br />
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary tables      |<br />
| InnoDB     | YES     | Supports transactions, row-level locking, and foreign keys     |<br />
| BerkeleyDB | YES     | Supports transactions and page-level locking                   |<br />
| BLACKHOLE  | NO      | /dev/null storage engine (anything you write to it disappears) |<br />
| EXAMPLE    | NO      | Example storage engine                                         |<br />
| ARCHIVE    | NO      | Archive storage engine                                         |<br />
| CSV        | NO      | CSV storage engine                                             |<br />
| ndbcluster | NO      | Clustered, fault-tolerant, memory-based tables                 |<br />
| FEDERATED  | NO      | Federated MySQL storage engine                                 |<br />
| MRG_MYISAM | YES     | Collection of identical MyISAM tables                          |<br />
| ISAM       | NO      | Obsolete storage engine                                        |<br />
+------------+---------+----------------------------------------------------------------+<br />
12 rows in set (0.00 sec)<br />
<br />
So, I need some guidance on what else needs to be done.<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>Derek Wickersham</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 02 Feb 2012 10:39:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,507889,507889#msg-507889</guid>
            <title>Activate federated storage engine (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,507889,507889#msg-507889</link>
            <description><![CDATA[ I have mysql server 5.1.52 on a Centos 6.2 and i don't have federated engine.<br />
<br />
I solved my problem like this:<br />
<br />
<br />
install plugin federated soname 'ha_federated.so'<br />
<br />
after this federated engine will appear when you try 'show engines;'<br />
<br />
now, all you have to do is edit /etc/my.cnf and add 'federated' in the [mysqld] area.<br />
<br />
Cheers,<br />
Andi.]]></description>
            <dc:creator>Andi Constantin</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Fri, 06 Jan 2012 13:08:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,504811,504811#msg-504811</guid>
            <title>new in federated engine (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,504811,504811#msg-504811</link>
            <description><![CDATA[ I tried create federated link table between 2 mysql server , running on 2 virtualmachine<br />
<br />
it work but I find it pointless cause I can't call stored procedure/function on the remote server.<br />
<br />
I have a question. if I run a stored procedure in my local server in which using tables in remote server , what will happen?<br />
 <br />
my assumption is that the local server will retrieve all records in the remote table and process it in local server when the stored procedure execute .<br />
<br />
is this going to happen ?<br />
<br />
is there such things as federated database?]]></description>
            <dc:creator>charles candy</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Tue, 06 Dec 2011 12:27:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,490711,490711#msg-490711</guid>
            <title>Federated tables on replicated database (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,490711,490711#msg-490711</link>
            <description><![CDATA[ Hi,<br />
<br />
I have 3 databases: A, B, C. On database B there are some federated tables associated with tables of database A. This works fine.<br />
<br />
Database C is a replication of database B. But when I execute a select in a federated table on database C it brings empty result. I created on database A, 2 users with the same login and password, first with host = database B and second with host = database C. And for both I grant select privilege.<br />
<br />
Am I missing something?<br />
If anyone could help me, I'll be grateful.<br />
<br />
Thanks,<br />
Daniele]]></description>
            <dc:creator>Daniele Ivasse</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Tue, 25 Oct 2011 19:29:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,431408,431408#msg-431408</guid>
            <title>Federated Table with failover (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,431408,431408#msg-431408</link>
            <description><![CDATA[ Is it possible to create a federated table with failover option ?<br />
ie, whether there is a possibility to specify the master and failover server details while creating a federated table.<br />
<br />
I have two remote master servers (with master-master replication)<br />
<br />
Remote Master 1 : 192.168.1.1<br />
Remote Master 2 : 192.168.1.2<br />
Local Server : 192.168.1.3<br />
<br />
If one master server is down, i will be able to connect to the other master.<br />
<br />
I am tryting to create a federated table in the local server:<br />
<br />
CREATE SERVER mymaster<br />
FOREIGN DATA WRAPPER mysql<br />
OPTIONS <br />
(<br />
	HOST '192.168.1.1', <br />
	DATABASE 'masterdb',<br />
	USER 'myuser', <br />
	PASSWORD 'mypassword',<br />
	PORT 3306<br />
);<br />
<br />
CREATE TABLE `my_table`<br />
(<br />
	my_column INT<br />
) ENGINE=FEDERATED CONNECTION='mymaster';<br />
<br />
In the above statement, the connection is created only to obe of the server in the master-master pair.<br />
<br />
Is there any option to specify two servers while creating the server, or while creating the federated table ?]]></description>
            <dc:creator>Minto Mohan</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Mon, 22 Aug 2011 05:19:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,430074,430074#msg-430074</guid>
            <title>create a new Index (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,430074,430074#msg-430074</link>
            <description><![CDATA[ What happen with federated table if I create a new Index on the source table? can I use the new Index?<br />
<br />
Thanks]]></description>
            <dc:creator>Carlos Martinez</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Tue, 09 Aug 2011 23:13:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,424498,424498#msg-424498</guid>
            <title>Close Connection on Federated Tables (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,424498,424498#msg-424498</link>
            <description><![CDATA[ Good day I'm new using Federated Tables and rellay don't know the behivor of these, I friend of this forum told me about this solution, but I've a new problem with, I noted my server1(physic tables) is infested of connections from server3(federated tables) my question is: when I use any mysql browser to check federate tables, and close my browser the connection close automatically?<br />
If there isn't a way, then could be a way to set the server to close auto?<br />
<br />
Thanks for your help]]></description>
            <dc:creator>Carlos Martinez</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 23 Jun 2011 18:47:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,409074,409074#msg-409074</guid>
            <title>how to set the socket for connection option of federated table (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,409074,409074#msg-409074</link>
            <description><![CDATA[ Hello,<br />
i want create a fedrated table with following connection option,<br />
problem is, &quot;Access denied for user&quot; because the target dababase requests socket information &quot;/tmp/mysql5.sock&quot;, otherweise the connection will be denied.<br />
but for creating a fedrated table, where can i put the socket information? <br />
PS: Mysql Version 5.0.67<br />
---------------------------------------------<br />
CREATE TABLE `xxx_history` (<br />
  `id` int(10) unsigned NOT NULL auto_increment,<br />
  `clientid` int(11) NOT NULL default '0',<br />
) <br />
ENGINE=FEDERATED <br />
DEFAULT CHARSET=latin1 <br />
CONNECTION='mysql://user:passowrt@localhost/databasename/xxx_history';<br />
------------------------------------------------]]></description>
            <dc:creator>z.. zz</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 23 Feb 2011 10:15:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,404933,404933#msg-404933</guid>
            <title>how to alter table with federated storage engine (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,404933,404933#msg-404933</link>
            <description><![CDATA[ Hi, <br />
    I'm maintaining replica of a table in first system in second system using federated concept. but now i want third system data to automatically updated to second system. <br />
<br />
     If i'm altering table structure in second system (alter table table_name ENGINE=FEDERATED DEFAULT CHARSET=latin1 CONNECTION = 'mysql://username:password@hostname:3306/db_name/tablename';), it is giving error  mysql error 1031: Table storage engine for 'table_name' doesn't have this option.<br />
<br />
<br />
Regards<br />
Susmitha]]></description>
            <dc:creator>susmitha m</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 27 Jan 2011 12:39:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,399336,399336#msg-399336</guid>
            <title>How to enable FEDERATED storage engine which is in disabled mode by default (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,399336,399336#msg-399336</link>
            <description><![CDATA[ Hi,<br />
    I am using MySQL 5.4 DB. I googled a lot and searched in forums also for enabling FEDERATED storage engine which is in disabled mode by default.<br />
<br />
When i am executing query regarding Federated engine, it is showing error &quot;Unknown storage engine&quot;. <br />
<br />
query i executed is as: <br />
CREATE TABLE  `federated`.`federated_table1` (<br />
  `id` int(20) NOT NULL AUTO_INCREMENT,<br />
  `name` varchar(32) NOT NULL DEFAULT '',<br />
  `other` int(20) NOT NULL DEFAULT '0',<br />
  PRIMARY KEY (`id`),<br />
  KEY `name` (`name`),<br />
  KEY `other_key` (`other`)<br />
) ENGINE=FEDERATED DEFAULT CHARSET=latin1 CONNECTION='mysql://user1:user1@localhost:3306/federated/test_table';]]></description>
            <dc:creator>susmitha m</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Fri, 28 Jan 2011 07:11:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,395042,395042#msg-395042</guid>
            <title>Unable to connect to foreign data source (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,395042,395042#msg-395042</link>
            <description><![CDATA[ local ip : 192.168.5.25<br />
remote ip : 192.168.5.6<br />
<br />
I tried to practice from this source <a href="http://dev.mysql.com/doc/refman/5.0/en/federated-use.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/federated-use.html</a>. I created two tables like the instructions.<br />
<br />
on a remote server:<br />
CREATE TABLE test_table (<br />
    id INT (20) NOT NULL AUTO_INCREMENT,<br />
    name VARCHAR (32) NOT NULL DEFAULT'',<br />
    other INT (20) NOT NULL DEFAULT '0 ',<br />
    PRIMARY KEY (id),<br />
    INDEX name (name),<br />
    INDEX other_key (other)<br />
)<br />
ENGINE = MyISAM<br />
DEFAULT charset = latin1;<br />
<br />
on the local server:<br />
CREATE TABLE federated_table (<br />
    id INT (20) NOT NULL AUTO_INCREMENT,<br />
    name VARCHAR (32) NOT NULL DEFAULT'',<br />
    other INT (20) NOT NULL DEFAULT '0 ',<br />
    PRIMARY KEY (id),<br />
    INDEX name (name),<br />
    INDEX other_key (other)<br />
)<br />
ENGINE = Federated<br />
DEFAULT charset = latin1<br />
CONNECTION = 'mysql: / / <a href="mailto:&#114;&#111;&#111;&#116;&#64;&#49;&#57;&#50;&#46;&#49;&#54;&#56;&#46;&#53;&#46;&#54;">&#114;&#111;&#111;&#116;&#64;&#49;&#57;&#50;&#46;&#49;&#54;&#56;&#46;&#53;&#46;&#54;</a>: 9306/federated/test_table';<br />
<br />
but after the command is executed an error occurs: Unable to the connect to foreign data source: Can not the connect to MySQL server on '192 .168.5.6 '(10 061)<br />
(2921 sec)<br />
<br />
what is wrong and what's the solution?<br />
thank you]]></description>
            <dc:creator>Dedy Black</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 24 Nov 2010 19:03:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,392163,392163#msg-392163</guid>
            <title>How to enable website login access of one website to another website (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,392163,392163#msg-392163</link>
            <description><![CDATA[ Hello,<br />
<br />
I am not a php guy. <br />
<br />
what I want to know about is as under<br />
<br />
I have two different scripts installed at separate sub-domains<br />
<br />
Now I want that user of one script should be able to get login at other with the same login data. <br />
<br />
or in other words once you register you may have access to all scripts or websites.<br />
<br />
in my case one is classified script and the other is file sharing script.<br />
<br />
both being at one place does not make sense but I installed both for test purpose only.<br />
<br />
also if you can please let me know how more than two databases or scripts can be attached in terms of login<br />
<br />
***** I am not a developer or programmer ***** please answer as I am newbie to mysql data bases]]></description>
            <dc:creator>abubakar madni</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 28 Oct 2010 22:35:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,391945,391945#msg-391945</guid>
            <title>Server accepting remote connections but not from federated tables (1429) (1 reply)</title>
            <link>http://forums.mysql.com/read.php?105,391945,391945#msg-391945</link>
            <description><![CDATA[ Hello, <br />
<br />
ERROR 1429 (HY000): Unable to connect to foreign data source: Can't connect to MySQL server on 'remotehost' (13) <br />
<br />
<br />
I'm getting this error when trying to select data from a federated table. <br />
The local server connects successfully to other federated tables on different servers, but this one is not working. <br />
<br />
I can successfully connect from the local server to the remote server via <br />
<br />
mysql -u myuser -p -h remotehost -P 33306 (Yes, that's the port I'm using) <br />
<br />
The ENGINE statement on the CREATE TABLE looks like this: <br />
ENGINE=FEDERATED <br />
CONNECTION='mysql://myuser:mypass@remotehost:33306/remotedb/remotetable' <br />
<br />
Any clue? looks like accepts connections but not from federated tables...<br />
<br />
Thanks in advance!]]></description>
            <dc:creator>Pedro Ten</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Sat, 30 Oct 2010 14:41:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,384861,384861#msg-384861</guid>
            <title>BUG: Update on Federated table causes MySQL to Restart (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,384861,384861#msg-384861</link>
            <description><![CDATA[ I'm running 5.1.50<br />
<br />
My Database has 2 tables.  One of them is InnoDB, the other is a Federated table that is linked to an InnoDB table in another database on the same server.<br />
<br />
If I run an update like this, MySQL actually reboots!<br />
<br />
update fedtable, innotable set fedtable.field = 1 where fedtable.ID = innotable.ID and innotable.Field = &quot;XYZ&quot;<br />
<br />
Have I set something up wrong, or is this a bug?]]></description>
            <dc:creator>Tyson Lowery</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 09 Sep 2010 18:32:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,384565,384565#msg-384565</guid>
            <title>about mysql connect from windows (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,384565,384565#msg-384565</link>
            <description><![CDATA[ How to create MySql connection in windows server because my server is windows and database server linux is different]]></description>
            <dc:creator>Sachin C</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 08 Sep 2010 07:23:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,375950,375950#msg-375950</guid>
            <title>Federated connection connect_timeout variable? (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,375950,375950#msg-375950</link>
            <description><![CDATA[ While running a query on the server accessing a federated table, if the remote server is down in some cases the query will hang indefinetly.  Running show variables like 'connect_timeout', 10 is returned.  Does the federated connection honor this setting?  If not is there a way to set the connection timeout for mysql to access a remote table?<br />
<br />
Thanks,<br />
Mike]]></description>
            <dc:creator>Mike D</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Tue, 13 Jul 2010 00:29:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,369282,369282#msg-369282</guid>
            <title>Enable Federated Engine on CentOS 5.4 (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,369282,369282#msg-369282</link>
            <description><![CDATA[ I am trying to enable FEDERATED engine on MySQL 5.0.77 on CentOS 5.4.<br />
I have read various documentation and followed relevant entries in various forums.  It is somewhat frustrating that a lot of the questions on this same topic lack replies.<br />
<br />
I have done targeted searches on google but cannot find a solution that works.<br />
I have tried this on the command line:<br />
mysqld start --federated<br />
... then gone into mysql, showed engines and FEDERATED still has &quot;Support = No&quot; in the list of engines.<br />
<br />
I tried putting &quot;federated&quot; below [mysqld] in the my.cnf file, then restarted the mysql server, same result.<br />
<br />
Would really appreciated receiving any solutions or leads on this subject.<br />
<br />
Thanks.]]></description>
            <dc:creator>Ed VdeDios</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Thu, 27 May 2010 02:58:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?105,369190,369190#msg-369190</guid>
            <title>Does Federated engine supports foreigh keys (no replies)</title>
            <link>http://forums.mysql.com/read.php?105,369190,369190#msg-369190</link>
            <description><![CDATA[ Dear All,<br />
<br />
I am using MySQL 5.1.46 and facing some issues in federated table. Let me give you brief description of it.<br />
<br />
Server A has table test_table1(Federated) and test_table1 (InnoDB)<br />
<br />
Server B has table test_table1(InnoDb) and test_table1 (InnoDB)<br />
<br />
When I insert data in test_table1 on Server A I get foreign key fail message as both test_table2 has foreign key to test_table1 on Server A. Please note that record already (Parent record) exists on test_table1 on Server A.<br />
<br />
When I disable foreign key check then it works fine. Please let me know if Federated storage engine supports foreign keys fully or not.<br />
<br />
Regards,<br />
<br />
Shirazi]]></description>
            <dc:creator>Asad Raza</dc:creator>
            <category>Federated Storage Engine</category>
            <pubDate>Wed, 26 May 2010 13:49:41 +0000</pubDate>
        </item>
    </channel>
</rss>
