At 05:17 PM 1/22/2004, Ziying Sherwin wrote:
Thank you very much for the help with the debug level.
Now we can finally find
where the problem is. It seems that it has something to do with the MySQL
database access. We changed the username and password in both ser_mysql.sh
and serctl. So we got the following error message from the ser debug output:
0(29503) connect_db(): Access denied for user: 'ser@localhost' (Using password:
YES)
0(29503) db_init(): Error while trying to connect database
0(29503) mod_init(): Error while connecting database
0(29503) init_mod(): Error while initializing module usrloc
ERROR: error while initializing modules
We did not find any place to reset the password and username in the ser.cfg
file
It occurs to me you just haven't looked and didn't try to use READMEs.
example:
modparam("usrloc|acc|auth_db|group|msilo", "db_url",
"mysql://seruser:serpassword@dbhost/sertable")
, does that mean that those passwords and usernames are
hard-coded into
the C files?
no
-jiri