0(28806) ERROR: db_mysql [km_my_con.c:109]: driver error: Access denied for user 'openser'@'localhost' (using password: YES)
0(28806) ERROR: <core> [db.c:312]: could not add connection to the pool 0(28806) ERROR: msilo [msilo.c:365]: failed to connect to the database
Thanks
Krish Kura
On Sat, Mar 3, 2012 at 5:14 AM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:
Hello,
the error says the username, password or IP address are invalid to
connect to mysql -- access denied. There does not seem like being
other connections using same db_url, check for typos in db_url
parameter.
Cheers,
Daniel
On 3/3/12 12:39 AM, Krishna Kurapati wrote:
Hi all,
I am trying to use msilo module from modules_k. Unfortunately
it if failing during DB initialization.
Other modules are initializing fine. I am using Kamailio
3.2.2.
Not sure why the connection is not found. I tried to increase
the MAX mysql connections to 250. I see the
same error after I increase the connections.
The config file is pretty standard:
loadmodule "msilo.so"
modparam("msilo", "add_date", 0);
modparam("msilo", "db_url", DBURL); # The DBURL works for
other modules...