<?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>ไอเอินบล๊อก &#187; apache+mysql</title>
	<atom:link href="http://www.iearn.in.th/tag/apachemysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iearn.in.th</link>
	<description>Just Play and Just Knowledge</description>
	<lastBuildDate>Fri, 05 Aug 2011 15:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Easy Setup Xampp(lampp) on Ubuntu</title>
		<link>http://www.iearn.in.th/2009/08/19/easy-setup-xampplampp-on-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/08/19/easy-setup-xampplampp-on-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 02:06:27 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache+mysql]]></category>
		<category><![CDATA[lamp ubuntu]]></category>
		<category><![CDATA[xampp ubuntu]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=552</guid>
		<description><![CDATA[อยากจะลง php+myql สำหรับ web developer ในส่วนของ ubuntu จะต้องใช้โปรแกรมอะไร ซึ่งการลงมีได้หลายวิธีมากครับตั้งแต่การลงแยกส่วนไป ลง apache mysql และอื่นๆ ซึ่งคิดว่ามันช้ามาก เลยหาที่เร็วกว่านี้หน่อย ตอนใช้ windows อยู่ใช้ xampp ก็เลยคิดว่าลอง xampp แต่พอเป็น Linux มันเปลี่ยนชื่อเป็น lampp มาลองดูวิธีลงกันเลยครับ วิธีการลง XAMPP 1. ดาวโหลดไฟล์มาจาก http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/xampp-linux-1.7.2.tar.gz/download 2. แตกไฟล์ออกไปเก็บไว้ที่ /opt sudo tar xvfz xampp-linux-1.5.3a.tar.gz -C /opt เสร็จแล้วครับสำหรับวิธีการลง XAMPP ง่ายเหลือหลาย วิธีการ start และ stop XAMPP สำหรับการ start sudo /opt/lampp/lampp start สำหรับการ stop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/08/ubuntu-xampp.png"><img src="http://www.iearn.in.th/wp-content/uploads/2009/08/ubuntu-xampp-300x270.png" alt="ubuntu-xampp" title="ubuntu-xampp" width="300" height="270" class="aligncenter size-medium wp-image-553" /></a></p>
<p>อยากจะลง php+myql สำหรับ web developer ในส่วนของ ubuntu จะต้องใช้โปรแกรมอะไร ซึ่งการลงมีได้หลายวิธีมากครับตั้งแต่การลงแยกส่วนไป ลง apache mysql และอื่นๆ ซึ่งคิดว่ามันช้ามาก เลยหาที่เร็วกว่านี้หน่อย ตอนใช้ windows อยู่ใช้ xampp ก็เลยคิดว่าลอง xampp แต่พอเป็น Linux มันเปลี่ยนชื่อเป็น lampp มาลองดูวิธีลงกันเลยครับ<br />
<span id="more-552"></span><br />
<strong>วิธีการลง XAMPP</strong><br />
1. ดาวโหลดไฟล์มาจาก <a href="http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/xampp-linux-1.7.2.tar.gz/download">http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/xampp-linux-1.7.2.tar.gz/download</a><br />
2. แตกไฟล์ออกไปเก็บไว้ที่ /opt<br />
<code>sudo tar xvfz xampp-linux-1.5.3a.tar.gz -C /opt</code><br />
เสร็จแล้วครับสำหรับวิธีการลง XAMPP ง่ายเหลือหลาย</p>
<p><strong>วิธีการ start และ stop XAMPP</strong><br />
สำหรับการ start<br />
<code>sudo /opt/lampp/lampp start</code><br />
สำหรับการ stop<br />
<code>sudo /opt/lampp/lampp stop</code><br />
ดูคำสั่งต่างๆ<br />
<code>sudo /opt/lampp/lampp</code></p>
<p>วิธีการเพิ่ม Xampp Control Panel<br />
1. รันโค้ดนี้ใน terminal<br />
<code>gedit ~/.local/share/applications/xampp-control-panel.desktop</code><br />
2. เพิ่มโค้ดส่วนนี้ลงใน editor<br />
<code>[Desktop Entry]<br />
Comment=Start/Stop XAMPP<br />
Name=XAMPP Control Panel<br />
Exec=gksudo "python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py"<br />
Icon[en_CA]=/usr/share/icons/Tango/scalable/devices/network-wired.svg<br />
Encoding=UTF-8<br />
Terminal=false<br />
Name[en_CA]=XAMPP Control Panel<br />
Comment[en_CA]=Start/Stop XAMPP<br />
Type=Application<br />
Icon=/usr/share/icons/Tango/scalable/devices/network-wired.svg</code></p>
<p>ง่ายมากมาย หากมีปัญหาอะไรสามารถดูเพิ่มเติมได้ที่<br />
<a href="http://ubuntuforums.org/showthread.php?t=223410">http://ubuntuforums.org/showthread.php?t=223410</a></p>

<p class="sayac_bilgi">132 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/08/19/easy-setup-xampplampp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

