[Typo3-dev] adodb - losing connection to TYPO3_DB
Ries van Twisk
typo3 at rvt.dds.nl
Mon Oct 3 01:42:28 CEST 2005
Thomas Murphy wrote:
>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?
>
>
>
I made a little extention called rvt_adodb that you can use.
At least on my site I heaven't seen such a problem.
Ries
More information about the TYPO3-dev
mailing list