Hi
I had installed SER 0.8.11 on my FreeBSD 4.8 and it worked well.
After changing IP address on machine SER dont start.
In syslog i have :
Feb 18 12:14:01 voip ser: connect_db(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Feb 18 12:14:01 voip ser: db_init(): Error while trying to connect database Feb 18 12:14:01 voip ser: mod_init(): Error while connecting database Feb 18 12:14:01 voip ser: init_mod(): Error while initializing module usrloc
database ser exists and user ser with password heslo has unlimited access to all tables.
Any ideas ? :)
Mark
Make sure that you have proper hostname/ip address in db_url parameter of usrloc module.
Jan.
On 18-02 12:54, Mark Chehovsky wrote:
Hi
I had installed SER 0.8.11 on my FreeBSD 4.8 and it worked well.
After changing IP address on machine SER dont start.
In syslog i have :
Feb 18 12:14:01 voip ser: connect_db(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Feb 18 12:14:01 voip ser: db_init(): Error while trying to connect database Feb 18 12:14:01 voip ser: mod_init(): Error while connecting database Feb 18 12:14:01 voip ser: init_mod(): Error while initializing module usrloc
database ser exists and user ser with password heslo has unlimited access to all tables.
Any ideas ? :)
Mark
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Mark Chehovsky wrote:
Hi
I had installed SER 0.8.11 on my FreeBSD 4.8 and it worked well.
After changing IP address on machine SER dont start.
[..]
Any ideas ? :)
You can change the sql host from localhost/127.0.01, which you should have configured now, to the real ip address of the machine so mysql.sock wont be used anymore.
You need to adjust the mysql access permissions though.
-- Arnd