[Typo3-dev] SQL wrapper functions
Wolfgang Klinger
wolfgang at stufenlos.net
Wed Nov 3 17:27:56 CET 2004
*hiya!*
On Wed, 03 Nov 2004, John Begley wrote the following:
> I'm still confused. I even created another instance of t3lib_db to use to
> connect my other database, and there are still the same warnings (Warning:
> mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource
> in D:\TYPO3\dummy-3.7.0\t3lib\class.t3lib_db.php on line 723) And I see the
> same warnings like Table '<my_dbase>.cache_hash' doesn't exist - there still
> seems to be a cross over problem between 2 databases...??
You'll have to use another username/password combination for the second
database in order to get a new connection as TYPO3 uses
"mysql_pconnect" (persistent connection)...
(or another port)
Hope this helps...(?)
bye
Wolfgang
More information about the TYPO3-dev
mailing list