wok view asterisk/stuff/etc/asterisk/res_mysql.conf @ rev 2636

Up: slitaz-base-files (change release string) + slitaz-doc for 2.0
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 16 19:59:30 2009 +0200 (2009-04-16)
parents
children
line source
1 ;
2 ; Sample configuration for res_config_mysql.c
3 ;
4 ; The value of dbhost may be either a hostname or an IP address.
5 ; If dbhost is commented out or the string "localhost", a connection
6 ; to the local host is assumed and dbsock is used instead of TCP/IP
7 ; to connect to the server.
8 ;
9 [general]
10 dbhost=127.0.0.1
11 dbname=asterisk
12 dbuser=root
13 dbpass=
14 dbport=3306
15 dbsock=/var/run/mysqld/mysql.sock