[Typo3-dev] adodb - losing connection to TYPO3_DB
Thomas Murphy
murphy at spreekonzept.de
Mon Oct 3 06:58:54 CEST 2005
Hello everyone,
I'm using adodb in one of my extensions to access data from a foreign
mySQL-DB. After I successfully connected to it, it seems the Connection
to the TYPO3_DB is lost - it then tries to connect to the TYPO3_DB with
the data (username/password) I used for the foreign mySQL-DB. (!)
("Access denied for user...")
I made some dirty hotfix for this by manually reconnecting to the
TYPO3_DB with the username/password for that DB after my plugin has
finished.
I checked php.ini settings for maximum persistent and normal
connections, but they are all set to "-1" (unlimited).
Any other ideas?
bye,
Thomas
More information about the TYPO3-dev
mailing list