Hallo,
Am 05. November 2006 schrieb ram:
wheni configure in ser.cfg and run ,iam getting this following error. why this still conencting to local server ? Nov 5 22:26:11 ser2 ser[22959]: Maxfwd module- initializing Nov 5 22:26:11 ser2 ser[22959]: new_connection(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Nov 5 22:26:11 ser2 ser[22959]: db_init(): Could not create a connection Nov 5 22:26:11 ser2 ser[22959]: ERROR:domain_db_init: cannot initialize database connection Nov 5 22:26:11 ser2 ser[22959]: init_mod(): Error while initializing module domain
Just read the error. You are using the domain module but have not set the db_url for that module. So
modparam("domain", "db_url", "mysql://ser:heslo@databaseserverip/ser")
might help.
Sebastian