On Feb 12, 11:57 am, Dan McKenzie wrote:
> Hi Guys,
>
> I am trying to move data from a file into our mysql database.
>
> The format of the text file is - ipaddress ipaddress bytes packets
> interface-in interface-out eg: 192.168.1.1 192.168.1.2 1522 12 * rob
>
> The sql table is 'ipflows'
>
> T
Hi Guys,
I am trying to move data from a file into our mysql database.
The format of the text file is - ipaddress ipaddress bytes packets
interface-in interface-out eg: 192.168.1.1 192.168.1.2 1522 12 * rob
The sql table is 'ipflows'
This is the code:
___