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

acl: Upgrade to 2.2.49
author Matthew Sheets <rcx@zoominternet.net>
date Fri Aug 20 23:26:36 2010 +0000 (2010-08-20)
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	Fri Aug 20 23:26:36 2010 +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