[TYPO3-english] [SOLVED] typo3 ext mnogoSearch don't work. What is wrong?

Dmitry Dulepov dmitry at typo3.org
Fri Dec 12 16:24:43 CET 2008


Hi!

Sergey V. wrote:
> Problem solved!
> In DBaddr I set 127.0.0.1 instead of localhost.
> i.e. instead
> mysql://myuser:mypass@localhost/mnogosearch_db/?dbmode=multi
> set
> mysql://myuser:mypass@127.0.0.1/mnogosearch_db/?dbmode=multi
> 
> It is strange, that indexing at 'localhost' worked, searching - no.
> Perhaps something wrong in my network settings.

Nothing strange :) When you use "localhost", mysql connects using Unix socket. When you use 127.0.0.1 it connects using TCP/IP. Most likely your mysql does not have network support enabled, so it could connect using 127.0.0.1.

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-english mailing list