|
asterisk Database file location 10 Months, 3 Weeks ago
|
Karma: 0
|
|
im trying to connect to the asterisks database to get access to the users table in the database. does anyone know the file location of the database is in?
|
|
|
|
Last Edit: 2012/07/03 14:33 By ud3webdev.
|
|
|
Re:asterisk Database file location 10 Months, 3 Weeks ago
|
Karma: 210
|
|
hmmm...
not sure about your question, if you want to connect into a mysql db, you should use mysql connection commands, the location should not be so important, anyways... the location is under:
/var/lib/mysql/asterisk/
|
|
|
|
|
|
|
Re:asterisk Database file location 10 Months, 3 Weeks ago
|
Karma: 0
|
|
but the users table is in a sqlite database id like to use mysql though, but im using sqlite with pdo thats why i was looking for the file
EDIT: is it possible to use mysql? because i have a working system that works flawlessly in mysql but when i uploaded it to server it wouldnt work, and i changed it over to sqlite functions and trying to connect to the DB with SQLite but not luck yet with out that file location and been searching for hours.
|
|
|
|
Last Edit: 2012/07/03 14:46 By ud3webdev.
|
|
|