opensips建立資料庫時報database engine not specified錯誤的解決
在執行opensipsdbctl create報下列錯誤
root@opensips.clvn.com.cn:~# opensipsdbctl create
ERROR: database engine not specified, please setup one in the config script
解決方法:
1.檢視配置檔案
root@opensips.clvn.com.cn:~# cd /usr/local/opensips/etc/
root@opensips.clvn.com.cn:/usr/local/opensips/etc# cat opensips/opensipsctlrc | grep DBENGINE
DBENGINE=MYSQL
發現裡面指定了資料庫為MYSQL
2.進入下列目錄執行命令
root@opensips.clvn.com.cn:~# cd /usr/local/opensips/sbin/
root@opensips.clvn.com.cn:/usr/local/opensips/sbin# ./opensipsdbctl create
MySQL password for root:
INFO: test server charset
INFO: creating database opensips ...
INFO: Core OpenSIPS tables succesfully created.
Install presence related tables? (y/n): y
INFO: creating presence tables into opensips ...
INFO: Presence tables succesfully created.
Install tables for imc cpl siptrace domainpolicy carrierroute userblacklist b2b registrant call_center? (y/n): y
INFO: creating extra tables into opensips ...
INFO: Extra tables succesfully created.
問題解決!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12082464/viewspace-1191216/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-17629:rman建立 standby資料庫時報錯資料庫
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- sql server資料庫附加錯誤的解決過程SQLServer資料庫
- 資料庫連線錯誤的原因及解決方法資料庫
- MySQL資料庫常見錯誤及解決方案MySql資料庫
- Oracle資料庫配置錯誤資訊解決方法(轉)Oracle資料庫
- dbua後資料庫無法啟動錯誤的解決資料庫
- Ubuntu網站開啟時提示建立資料庫連線錯誤怎麼解決Ubuntu網站資料庫
- windows 7 下面建立資料庫報DIM-00014錯誤問題解決Windows資料庫
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- laravel 資料庫遷移時報錯Laravel資料庫
- MySQL資料庫錯誤server_errno=2013的解決MySql資料庫Server
- 解決升級資料庫時遇到的Text file busy錯誤資料庫
- 執行dbca時報錯:Xlib:No protocol specifiedProtocol
- AIX中使用DBCA建立資料庫ora-12547錯誤解決一例AI資料庫
- 10G建立資料庫時發生的錯誤資料庫
- 11G安裝時報SEVERE: [FATAL] 錯誤的解決方法
- ORA-38760: This database instance failed to turn on flashback database 錯誤解決DatabaseAI
- 嘗試無引數啟動資料庫時報錯ORA-304錯誤資料庫
- 康孚備份資料庫時報錯資料庫
- 解決遷移資料庫錯誤,索引長度過長資料庫索引
- 資料庫日誌中Immediate Kill Session錯誤解決方法資料庫Session
- 網站提示連線資料庫錯誤怎麼解決網站資料庫
- 解決IE上登陸oracle OEM時報:“證書錯誤,導航已阻止”的錯誤Oracle
- ASP錯誤型別:Microsoft JET Database Engine (0x80040E09) 不能更新。資料庫或物件為只讀。型別ROSDatabase資料庫物件
- 一種SYBASE資料庫錯誤DBSQL_SQL_ERROR的解決方式資料庫SQLError
- Dedecms錯誤警告:連線資料庫失敗,出錯怎麼解決?資料庫
- Xtrabackup恢復時報錯'Error: datadir must be specified'Error
- 2.4.1 使用 CREATE DATABASE 子句建立資料庫Database資料庫
- MySQL插入資料1366錯誤解決方案MySql
- 資料泵匯出時報錯ORA-1422錯誤
- 阿里雲資料庫連線資料庫錯誤:如何解決?阿里資料庫
- Laravel5的資料庫表建立問題 資料庫遷移操作報錯問題解決Laravel資料庫
- 解決MyQL資料庫中1045錯誤的方法——Windows系統(轉)資料庫Windows
- 解決navicat遠端連線資料庫報2059錯誤的方法資料庫
- 還原資料庫RMAN-06023錯誤的解決方法資料庫
- Wordpress獨立站資料庫連線錯誤的三種解決方式資料庫
- solaris上建立oracle資料庫出現:out of memory 錯誤Oracle資料庫