MySQL Forums
Forum List  »  Federated Storage Engine

Error on "SELECT *"
Posted by: Barry Webb
Date: March 28, 2006 03:45AM

Hello,

I have just started playing with the Federated storage engine. I have set up two servers as follows:

1. Main Server (MySQL 5.0.19-max)
2. Remote Server (MySQL 4.1.16)

I have set up a database and table on the remote server, then I set up a Federated table on the main server that points to the table on the remote server. Everything seems to be fine up to this point. Then, I run the query "SELECT * FROM Test" on the main server and I get the error :

ERROR 1146: Table 'fed_test.1' doesn't exist

I get the same error on another Federated table (pointing to another server). fed_test is the name of the local database. I am not sure what the table '1' is.

Any help will be gratefully received as I am completely stuck at the moment.

Thanks,
Baz

Options: ReplyQuote


Subject
Views
Written By
Posted
Error on "SELECT *"
3689
March 28, 2006 03:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.