📄 dlr-mysql.conf
字号:
## DLR with MySQL support configuration## Example defining a MySQL database connection resource and # the required table and field values.#group = mysql-connectionid = mydlrhost = localhostmysql-username = foomysql-password = bardatabase = dlr# max count of connections that will be opened for dbpool# default is 1max-connections = 1# # 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),# source varchar(40),# service varchar(40),# url varchar(255),# mask int(10),# status int(10),# boxc varchar(40)# )#group = dlr-mysqlid = mydlrtable = dlrfield-smsc = smscfield-timestamp = tsfield-destination = destinationfield-source = sourcefield-service = servicefield-url = urlfield-mask = maskfield-status = statusfield-boxc-id = boxc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -