[FLOW3-general] Multi Database connection

"Christian Müller (FLOW3 Team)" christian.mueller at typo3.org
Thu Jul 12 08:40:15 CEST 2012


Hi Robin,

AFAIK this is not possible atm unless you use two different persistence 
layers. I remember that the Doctrine project is working on supporting 
multiple connections but with doctrine this won't work out. If you don't 
need complicated queries for the account database you could try to use 
the (old) generic persistence layer that we used before implementing 
doctrine support and then use doctrine for everything else, that *could* 
work but probably will take some effort to get them running alongside. 
If you have specific questions about that, come back anytime.

Cheers,
Christian


On 11/07/12 23:58, Robin Lehrmann wrote:
>
> I want to prepare two database connection, because in the
> first one are the stuff for the Website (e. g. Blogs, posts, etc.) and
> in the other one are the account data.
> The account data is in a other database, because it's my authentication
> database with permissions for FTP, SSH, IMAP etc.
> The password is hashed with Mysql function ENCRYPT. So I must create a
> new Cryptography, Provider and Token. I don't want to change the
> structure of my database.
>
>
> Thanks for help!
>
>
>
>
> (It's FLOW3 Version 1.1rc)
>
>
>      
>
>   		 	   		   		 	   		


-- 
Christian Mueller
TYPO3 Core Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list