Guest User

Untitled

a guest
Feb 27th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ; place this file to /etc (/etc/odbc.ini)
  2.  
  3. [mysql-asterisk]
  4. Description = MySQL Asterisk database
  5.  
  6. ; MySQL DB name
  7. Database = asterisk
  8. ; User
  9. User = asterisk
  10. ; Password
  11. Password = asterisk
  12. ; MySQL server IP address or host name and port
  13. Server = localhost
  14. Port = 3306
  15.  
  16. Trace = On
  17. TraceFile = /var/log/odbc.log
  18.  
  19. ;Please first do locate libmyodbc.so and locate libodbcmyS.so and paste correct path
  20. Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so
  21. Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so
Add Comment
Please, Sign In to add comment