dlr-mysql.conf
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- #
- # DLR with MySQL support configuration
- #
- # Example defining a MySQL database connection resource and
- # the required table and field values.
- #
- group = mysql-connection
- id = mydlr
- host = localhost
- mysql-username = foo
- mysql-password = bar
- database = dlr
- #
- # Create the required table for the DLR support in the database
- # with something similar like this:
- #
- # CREATE TABLE dlr (
- # smsc varchar(40),
- # ts varchar(40),
- # destination varchar(40),
- # service varchar(40),
- # url varchar(255),
- # mask int(10),
- # status int(10)
- # )
- #
- group = dlr-mysql
- id = mydlr
- table = dlr
- field-smsc = smsc
- field-timestamp = ts
- field-destination = destination
- field-service = service
- field-url = url
- field-mask = mask
- field-status = status