Keywords: Mode: All keywords (AND) |
Mon Jan 02, 2012 10:31
|
RYKS: the table rsms and field have been checked and verified that they are in the database
|
Mon Jan 02, 2012 07:55
|
RYKS: Yes there is a databse named smsd
|
Tue Dec 27, 2011 07:41
|
RYKS: Operating system name and version: windows 7
Version of smsd: 3.1.14
Smsd installed from: sources / package repository / from elsewhere...sources
Name and model of a modem / phone: Huwawei e180
Interface: serial / USB / some adapter...USB
I had installed smssevertools a computer and wampserver, everything was working fine. i used this script to test event handelling and logging into mysql database
#!/bin/bash
SENT='jjj'
TEXT='fff'
SQL_ARGS="-h localhost -u root "" -Dsmsd -s -e"
mysql $SQL_ARGS "insert into rsms (sent,text) values (\"$SENT\",\"$TEXT\");"
This was also working fine.
I installed smsservertools and latest version of wamp on another computer. servertools works fine but the script above those not work anymore. i get the error
1102 (44000): incorrect database name 'insert into rsms (sent,text) values (jjj,)fff;
what could be the problem?
|
Tue May 03, 2011 15:15
|
RYKS: Operating system name and version: cygwin /windows 7
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: huwei
Interface: USB
Is there anywhere i can get step by step installation for playsms on cygwin using smstools 3 and wampserver?
Can the installation of playsms to the www directory of wampserver be done from cygwin?
|
Tue Apr 26, 2011 11:13
|
RYKS: Thanks. saw where i went wrong. entered the whole link to mysql.exe instead of just the path.
|
Tue Apr 26, 2011 07:26
|
RYKS: Operating system name and version: windows 7 and cygwin
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: huwei
Interface: usb
Hi,
i am using apache and php on wampserver . When i use scripts on this forum for storing recieved messages from smstools3 into mysql database i get errors in cygwin sayin it does not recorgnise the mysql command. but i can run php and access local host in the web browser and can also use mysql command console. How can i integrate mysql this with cygwin? I tried adding the mysql.exe path to the windows system PATH but this did not help.
|