Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I have to create a mySql table which should take input from two text files; "a.txt" and "b.txt".
For example "a.txt" contains
hostname hostid
and "b.txt" is
cpuload mem scanrate
now, mySQL table should look like
hostname
hostid
cpuload
mem
scanrate
Is there anyway I can populate the mySQL table using these two text files ?
Thanks.
I have to create a mySql table which should take input from two text files; "a.txt" and "b.txt".
For example "a.txt" contains
hostname hostid
and "b.txt" is
cpuload mem scanrate
now, mySQL table should look like
hostname
hostid
cpuload
mem
scanrate
Is there anyway I can populate the mySQL table using these two text files ?
Thanks.