I am getting below error while adding any user in opensips
MySQL ERROR 1045 (28000): Access denied for user 'opensips'@'localhost' (using password: YES) info: user 1234 already exist
Please help me to resolve
I am getting below error while adding any user in opensips
MySQL ERROR 1045 (28000): Access denied for user 'opensips'@'localhost' (using password: YES) info: user 1234 already exist
Please help me to resolve
It's 99% mysql level issue.
Check "etc/opensips/opensipsctlrc" file if it has right users and passwords for db.
Then try to create db with "opensipsdbctl create anydb"
Then try to use created db for manage opensips users.