<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Unix Sysadmin &#187; mysql</title>
	<atom:link href="http://www.sysadmindayph.com/blog/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:36:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Searching For Fee Car Classifieds Script</title>
		<link>http://www.sysadmindayph.com/blog/searching-for-fee-car-classifieds-script/</link>
		<comments>http://www.sysadmindayph.com/blog/searching-for-fee-car-classifieds-script/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:40:53 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[car classified]]></category>
		<category><![CDATA[classified]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free script]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=141</guid>
		<description><![CDATA[Cars are no longer a luxury nowadays (except if you want to own a Ferrari or something). Cars are now a necessity in today&#8217;s standard of living. And let&#8217;s face it, with the price of brand new cars and the forever raising price of gasoline, not every one can buy a new set of wheels. &#8230; <a href="http://www.sysadmindayph.com/blog/searching-for-fee-car-classifieds-script/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Cars are no longer a luxury nowadays (except if you want to own a Ferrari or something). Cars are now a necessity in today&#8217;s standard of living. And let&#8217;s face it, with the price of brand new cars and the forever raising price of gasoline, not every one can buy a new set of wheels.</p>
<p>Thanks to <strong>websites </strong>that offer to sell (and buy) second hand, used cars many people can have places to search for and are no longer limited to the restrictions of locations.</p>
<p>I bought my first car (my only car for that matter) from a dealer that posted their <strong>inventory online</strong>. So, thanks to this second hand <a title="used car philippines" href="http://usedcar-philippines.info/">used car website</a>, I was able to find myself and buy my very own car.</p>
<p><span id="more-141"></span></p>
<p>Thanks also to this website (and the internet) for that matter, and idea popped to mind. Why not make <a title="second hand car philippines" href="http://usedcar-philippines.info/">my own used car websites</a> that will not only help people buy quality used car, but also earn a couple of dimes on the side?</p>
<p><strong>The search for Free Car Classified Script</strong></p>
<p>How hard could it be? All you need is a <strong>webhosting company</strong> running with the servers running a <a title="ubuntu 9" href="http://www.sysadmindayph.com/blog/ubuntu-new-release-ver-9-available-for-download-free/">flavor of Linux</a>, <strong>PHP</strong>, <strong>Mysql</strong>, and <strong>open source classfied script</strong> and you&#8217;re good to go.</p>
<p>But the problem is, I could find a free car classified script that I can install on my webhosting company. I did a quick &#8220;free car classified script&#8221; search and a &#8220;free car classified script download&#8221; and the search result came with script that I need to cash out a couple of dollars&#8230; unlucky for me, I have no extra dough to cash out.</p>
<p>Hence, this post. I would like to ask for your help. If you know a flexible, free car classified script out there in internet, could you please drop a comment? I already tired auto_classified and PHP Car Dealer.. (and I bought one before forgot the name, but it doesn&#8217;t have what I am looking for.. yeah yeah, modify.. no time)</p>
<p>Thanks in advance to those who will point me in the right site for the car classified script! Chow!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/searching-for-fee-car-classifieds-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql: Multiple Table Query, Output into File</title>
		<link>http://www.sysadmindayph.com/blog/mysql-multiple-table-query-output-into-file/</link>
		<comments>http://www.sysadmindayph.com/blog/mysql-multiple-table-query-output-into-file/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 13:49:24 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/mysql-multiple-table-query-output-into-file/</guid>
		<description><![CDATA[Got a request from the boss today to extract all users plus their contact numbers from the Paging server Server is a Red Hat Enterprise Linux AS release 4, running LAMP. The data needed are located in several tables, so we need to query all relevant tables in the databse: mysql&#62; SELECT users.username, users.emailaddress, user_services.current_service &#8230; <a href="http://www.sysadmindayph.com/blog/mysql-multiple-table-query-output-into-file/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Got a request from the boss today to extract all users plus their contact numbers from the Paging server</p>
<p>Server is a Red Hat Enterprise Linux AS release 4, running LAMP.</p>
<p>The data needed are located in several tables, so we need to query all relevant tables in the databse:</p>
<blockquote><p> mysql&gt; SELECT users.username, users.emailaddress, user_services.current_service FROM users, user_services WHERE users.username=user_services.username</p></blockquote>
<p>The statement above queries two tables &#8211; <em>users</em> and <em>user_services</em>, as show from the expressin &#8216;FROM users, user_services&#8217;. The record in users table that information is required are in the username and emailaddress record. On user_services, it&#8217;s current_services. The WHERE sets the limit condition.</p>
<p>To send that output to a file, we use the INTO OUTFILE &#8216;&lt;/path/to/file&gt;&#8217;.</p>
<p>So, that&#8217;s</p>
<blockquote><p>mysql&gt; SELECT users.username, users.emailaddress, user_services.current_service FROM users, user_services WHERE users.username=user_services.username INTO OUTFILE &#8216;/tmp/tempfile.txt&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/mysql-multiple-table-query-output-into-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

