2013-07-19 3 views
1

에 도움이 필요 :는 Gammu SMSD 파일 구성 내가 smsdrc 파일에서 편집 한 내용을

[smsd] 
# SMSD service to use, one of FILES, MYSQL, PGSQL, DBI 
service = MYSQL 
user = root 
password = 
pc = localhost 
driver = native_mysql 

하지만 아무것도 내가 WAMP 서버와 윈도우 7을 사용하고, MySQL 데이터베이스에 을 저장하는 일이 없습니다.

이 구성 중 어느 부분이 잘못 되었습니까?

답변

1

여기 내 설정 파일이며, 그것을 작동합니다 : 당신이 노키아 폰이없는 경우

4 [gammu] 
5 # Please configure this! 
6 port = /dev/ttyUSB1 
7 connection = AT 
8 # Debugging 
9 #logformat = textall 
10 
11 # SMSD configuration, see gammu-smsdrc(5) 
12 [smsd] 
13 service = sql 
14 driver = native_mysql 
15 logfile = 
16 pin = 1111 
17 User = root 
18 Password = password 
19 PC = localhost 
20 Database = smsd 
21 InboxFormat = standard 

상기 연결이 사용됩니다.