typo3-english  

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

Dmitry Dulepov
Fri, 12 Dec 2008 07:25:17 -0800

Hi!

Sergey V. wrote:
> Problem solved!
> In DBaddr I set 127.0.0.1 instead of localhost.
> i.e. instead
> mysql://myuser:myp...@localhost/mnogosearch_db/?dbmode=multi
> set
> mysql://myuser:myp...@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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english