On Mon, 2002-10-28 at 18:08, Alexander Rigo wrote: > DBAddr > mysql://TlJWnMsxA9AhI:Ju8Llo2HYWMY@localhost/mgd_28bb3e72769b2436108e1ff8238 > 3a6e9/
The syntax of this is: mysql://DB USERNAME:DB PASSWORD@DB SERVER/DATABASE NAME Nadmin Studio creates an additional MySQL database for each sitegroup (Company) in the system for handling the search index and other stuff like the member databases. You can check the DB username and password from snippet /hklc_adminsite_config/config_28bb3e72769b2436108e1ff82383a6e9 Then try whether the database exists and you can connect to it by running the following: mysql mgd_28bb3e72769b2436108e1ff8238 3a6e9 -uTlJWnMsxA9AhI -pJu8Llo2HYWMY However, I suspect that you don't have your web site in the Server directive of your indexer.config.28bb3e72769b2436108e1ff8238 The Server directive should look something like this: Server http://www.nemein.com/ > Alex /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com/ Nemein.Net - Project tracking solution for consulting companies http://www.nemein.com/Nemein.Net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
