stillman Apprentice
Joined: 07 Dec 2002 Posts: 223 Location: Vienna, Austria
|
Posted: Fri Jul 08, 2005 9:20 pm Post subject: mysql Host=asterisk? |
|
|
i'm currently installing asterisk for my company and i ran in some difficulties configuring it with configuration from database(realtime) with odbc/mysql. i had created several databases for asterisk but none of them could be accessed by asterisk, there was the error message in asterisk saying Code: | Data source name not found, and no default driver specified |
though i had odbc.ini configured correctly(with the help of this thread)
finally i had a look at the user-table in DB:'mysql' and figured out that there was another host beside localhost, so i added my user to asterisk_odbc@asterisk instead of asterisk_odbc@localhost. surprisingly asterisk didn't give the error message anymore but i'm still puzzled(actually even more).
what's that asterisk-host? i guess it has been created while emerging asterisk but what is it actually? how is it classified? how can i access it with mysql-cmd so i can create/edit tables(it doesnt work with 'mysql -u root@asterisk')? |
|