On Mon, Jun 22, 2009 at 12:16 PM, Theodore G<[email protected]> wrote: > Hello everyone, > I am trying to use mysql as the dlr storage, but i get an error (see my log > dump below): > 2009-06-22 13:12:14 [5828] [0] ERROR: MYSQL: Can't connect to local MySQL > server through socket '/var/run/mysqld/mysqld.sock' (2)
check the rw access privileges for /var/run/mysqld/mysqld.sock add the user with which you are running kannel to the mysql group or change the permissions of /var/run/mysqld/mysqld.sock to 777 or alike. > ---------------------------------------------------------------- > > my configurations as related to mysql settings are: > > ---------------------------------------- > group = dlr-db > id = dlrdb > table = dlr > field-smsc = smsc > field-timestamp = ts > field-destination = destination > field-source = source > field-service = service > field-url = "" > field-mask = mask > field-status = status > field-boxc-id = boxc > --------------------------------------- The configuration is ok, except the field-url ="", put the name of the field there BR, Jovan
