Generating nixers introductions with the shell. - Programming On Unix

Users browsing this thread: 1 Guest(s)
venam
Administrators
You can find the data here: http://venam.nixers.net/nixers_intro.data

It's the result from this query:
Code:
select mybb_threads.uid,mybb_threads.username,mybb_threads.tid,mybb_threads.subject,firstpost,message from mybb_threads,mybb_posts where mybb_threads.fid=10 and mybb_threads.firstpost=mybb_posts.pid INTO OUTFILE '/tmp/nixers_intro.data' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n';


Messages In This Thread
RE: Generating nixers introductions with the shell. - by venam - 19-04-2016, 01:49 AM