https://dopensource.com/2019/05/15/kamailio-v52-debian-quick-install/
used this link for installation.

Also configured according to my mysql creadentials for new kamailio user:
## database read/write user
DBRWUSER="kamailio"

## password for database read/write user
DBRWPW="kamailiorw"

## database read only user
DBROUSER="kamailioro"

## password for database read only user
DBROPW="kamailioro"


I am stucked at this point :     /usr/sbin/kamdbctl create


my kamctlrc file looks
## the SIP domain
 SIP_DOMAIN=10.208.39.129

## chrooted directory
# CHROOT_DIR="/path/to/chrooted/directory"

## database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, DBTEXT, or SQLITE
## by default none is loaded
##
## If you want to setup a database with kamdbctl, you must at least specify
## this parameter.
 DBENGINE=MYSQL

## database host
 DBHOST=jigasi.pune.cdac.in

## database port
 DBPORT=3306

## database name (for ORACLE this is TNS name)
 DBNAME=kamailio

## database path used by dbtext, db_berkeley or sqlite
# DB_PATH="/usr/local/etc/kamailio/dbtext"

## database read/write user
 DBRWUSER="kamailio"

## password for database read/write user
 DBRWPW="kamailio123"

## database read only user
 #DBROUSER="kamailioro"

Could you please help me for resolving thuis issue.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3433#issuecomment-1534413432
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3433/[email protected]>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to