aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_mysql.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-26 22:03:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-26 22:03:10 +0000
commit527b4d2896d4d1344f4bc4dad75d163a2a42b029 (patch)
tree4c32c4f598d97824d7c72aba960c2cefe85ccd25 /configs/cdr_mysql.conf.sample
parent81ea65303b659573bf244e0d5d5d2adbb45747e7 (diff)
Remove MySQL support from default Asterisk in accordance with new MySQL library licensing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1550 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr_mysql.conf.sample')
-rwxr-xr-xconfigs/cdr_mysql.conf.sample19
1 files changed, 0 insertions, 19 deletions
diff --git a/configs/cdr_mysql.conf.sample b/configs/cdr_mysql.conf.sample
deleted file mode 100755
index 46b1dd34e..000000000
--- a/configs/cdr_mysql.conf.sample
+++ /dev/null
@@ -1,19 +0,0 @@
-;
-; Note - if the database server is hosted on the same machine as the
-; asterisk server, you can achieve a local Unix socket connection by
-; setting hostname=localhost
-;
-; port and sock are both optional parameters. If hostname is specified
-; and is not "localhost", then cdr_mysql will attempt to connect to the
-; port specified or use the default port. If hostname is not specified
-; or if hostname is "localhost", then cdr_mysql will attempt to connect
-; to the socket file specified by sock or otherwise use the default socket
-; file.
-;
-;[global]
-;hostname=database.host.name
-;dbname=asteriskcdrdb
-;password=password
-;user=asteriskcdruser
-;port=3306
-;sock=/tmp/mysql.sock