On Fri, Jun 07, 2013 at 07:56:13AM +0000, Ruud Hop wrote:
> and everything (local machine and remote machine) is logging to this file.
> Now how to get this logging into mysql?
I had another look at it.
Is the pipe file being made? you have to run mkfifo

You can also run the mysql client on the command line to see if it
crashes due to some error.
$ mysql -u jffnms --password=mypassword jffnms < /tmp/blah

then on another screen
echo 'this is not sql' > /tmp/blah
which shows:
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near 'this is not sql' at line 1

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to