[SR-Users] Kamailio IMS deployment

Franz Edler franz.edler at technikum-wien.at
Wed Jan 27 04:51:04 CET 2016


Obviously the access of HSS to the database did not succeed.

You should check if access permissions to the database is enabled for HSS.

 

Check the GRANTs on the database hss_db.

 

mysql -u root -p

show grants for 'hss'@'server.net1.test';

quit;

 

The result should be:

+-------------------------------------------------------------------------------------------------------------------+

| Grants for hss at server.net1.test                                                                                   |

+-------------------------------------------------------------------------------------------------------------------+

| GRANT USAGE ON *.* TO 'hss'@'server.net1.test' IDENTIFIED BY PASSWORD '*AC83FCF24B79020EF2C51D780CDFA559F25CC9BE' |

| GRANT SELECT, INSERT, UPDATE, DELETE ON `hss_db`.* TO 'hss'@'server.net1.test'                                    |

+-------------------------------------------------------------------------------------------------------------------+

 

BR Franz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20160127/716f1a5f/attachment.html>


More information about the sr-users mailing list