Hi. When starting SER, I get the following line in the logs:

 

new_connection(): Access denied for user ‘ser’@’localhost’ (using password: YES)

 

I have the following line in ser.cfg:

 

modparam(“auth_db|uri_db|usrloc”, “db_url”, “mysql://ser:heslo@localhost/ser”)

 

along with the required modules loaded.

 

I can log into mysql with mysql –h localhost –u ser –pheslo ser , so I think all the mysql stuff is set right and the parameter has the correct info.

 

Any ideas why it’s not connecting with the ser.cfg file setup?

 

Thanks.