wok diff asterisk/stuff/etc/asterisk/res_mysql.conf @ rev 9847

Up: libgphoto2 to 2.4.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 21:17:14 2011 +0000 (2011-05-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk/stuff/etc/asterisk/res_mysql.conf	Sun May 15 21:17:14 2011 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +;
     1.5 +; Sample configuration for res_config_mysql.c
     1.6 +;
     1.7 +; The value of dbhost may be either a hostname or an IP address.
     1.8 +; If dbhost is commented out or the string "localhost", a connection
     1.9 +; to the local host is assumed and dbsock is used instead of TCP/IP
    1.10 +; to connect to the server.
    1.11 +;
    1.12 +[general]
    1.13 +dbhost=127.0.0.1
    1.14 +dbname=asterisk
    1.15 +dbuser=root
    1.16 +dbpass= 
    1.17 +dbport=3306
    1.18 +dbsock=/var/run/mysqld/mysql.sock