<?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>apache+php+mysql &#8211; 讀書方法</title>
	<atom:link href="https://sm.rwwttf.tw/category/apachephpmysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://sm.rwwttf.tw</link>
	<description>學習如何有效學習</description>
	<lastBuildDate>Sun, 13 Feb 2011 05:21:14 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Cannot modify header information &#8211; headers</title>
		<link>https://sm.rwwttf.tw/wordpress%e6%95%99%e5%ad%b8/48/</link>
					<comments>https://sm.rwwttf.tw/wordpress%e6%95%99%e5%ad%b8/48/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Sun, 13 Feb 2011 05:16:53 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<category><![CDATA[wordpress教學]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://rainwoodwood.aqu.0lx.net/wordpress/?p=48</guid>

					<description><![CDATA[很多人在架設WordPress時，常常換用新佈景或是一開始安裝時常常會碰到一個錯誤訊息「Cannot modify header information – headers already sent by」，通常遇到問題別擔心，Google一下會有很多答案的，這問題其實發生再轉向時，緩衝區出了些問題，只要開啟一下系統設定調整一下，就可以解決這個問題了]]></description>
										<content:encoded><![CDATA[<ul>很多人在架設WordPress時，常常換用新佈景或是一開始安裝時常常會碰到一個錯誤訊息「Cannot  modify header information – headers already sent by」，通常遇到問題別擔心，<a href="http://sofree.cc/ask-google/" target="_blank" rel="noopener">Google一下</a>會有很多答案的，這問題其實發生再轉向時，緩衝區出了些問題，只要開啟一下系統設定調整一下，就可以解決這個問題了。</p>
<p>其實這篇的解決方法很久以前就想寫了，不過一直存在草稿區，剛剛看了一下已經截取好的圖，上面網址還是舊網址的浮水印呢！不過有修正成新的就是了XD。最近在寫畢業專題的網頁系統時，也是遇到了「Cannot modify header information」的問題，當然之前也有遇過這問題。通常會出現在網頁轉向時，採用「<a href="http://php.net/manual/en/function.header.php" target="_blank" rel="noopener">header</a>」函式，才造成這個緩衝區的錯誤訊息。</p>
<p><img decoding="async" src="http://img.sofree.cc/2010/Cannotmodifyheaderinformation_141DB/out_buffer_1.png" alt="" width="585" height="443" /></p>
<p>這個問題全句警告訊息是：</p>
<p>Warning:  Cannot modify header information – headers already sent by</p>
<p>其實解決方法很簡單，只要調整一下php.ini內的設定值就可以正常了，換句話說，就是系統本身有個設定值預設是未開啟，只要我們將他開啟就可以了。所以找到系統設定檔「php.ini」，建議使用「<a href="http://sofree.cc/software-notepad-edit/" target="_blank" rel="noopener">Notepad++</a>」開啟，找到「output_buffering」並將他後面的值設定為「On」(啟動)，當然也可以設定成「4096」或更高的數值(設定緩衝區大小)，然後儲存並重新啟動Apache就可以了。</p>
<p><img decoding="async" loading="lazy" src="http://img.sofree.cc/2010/Cannotmodifyheaderinformation_141DB/out_buffer_2.png" border="0" alt="Cannot modify header information的解決方法" width="600" height="429" /></p>
<p>如果你是使用虛擬主機而遇到這樣的問題，建議可以先詢問主機商是否可以啟動這項函數？或者是說看可否透過.htaccess來調整這項設定數值(有些虛擬主機可以這樣調整)。另外，官方有另外一種是透過PHP函式「<a href="http://www.php.net/manual/en/function.ob-start.php" target="_blank" rel="noopener">ob_start()</a>」來解決，就是加在出問題的檔案語法前面，在結束的地方加上「<a href="http://php.net/function.ob-end-flush.php" target="_blank" rel="noopener">ob_end_flush()</a>」就可以了。您可以參考「<a href="http://www.surfchen.org/archives/125" target="_blank" rel="noopener">剖析PHP中的輸出緩衝</a>」這篇文章，裡面算講的蠻詳細的。</p>
<p>以上內容來自  &lt;<a href="http://sofree.cc/output_buffering/" target="_blank" rel="noopener">http://sofree.cc/output_buffering/</a>&gt;</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/wordpress%e6%95%99%e5%ad%b8/48/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>如何解決 Fatal error: Maximum execution time of 30 seconds exceeded</title>
		<link>https://sm.rwwttf.tw/apachephpmysql/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded/</link>
					<comments>https://sm.rwwttf.tw/apachephpmysql/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 14:42:51 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://rainwoodwood.aqu.0lx.net/wordpress/?p=24</guid>

					<description><![CDATA[Fatal error: Maximum execution time of 30 seconds exceeded
出現這個錯誤如何解決 去哪裡可以設置最大執行時間
辦法：
修改php.ini:(此文件在C盤的windows文件夾裡，找到此文件，用記事本打開，查找max_execution_time,並把後面的30改成自己想要的，如下)
max_execution_time = 300(此處隨意填) ,秒可以設置更大,然後重起服務
或者在程序寫
set_time_limit(時間) //0為無限制]]></description>
										<content:encoded><![CDATA[<div>
<p>Fatal error: Maximum execution time of 30 seconds exceeded<br />
出現這個錯誤如何解決 去哪裡可以設置最大執行時間<br />
辦法：<br />
修改<a title="标签 php 下的日志" rel="tag nofollow noopener" href="http://jiansuo.com/wp/archives/tag/php" target="_blank">php</a>.ini:(此文件在C盤的windows文件夾裡，找到此文件，用記事本打開，查找max_execution_time,並把後面的30改成自己想要的，如下)<br />
max_execution_time = 300(此處隨意填) ,秒可以設置更大,然後重起服務<br />
或者在程序寫<br />
set_time_limit(時間) //0為無限制</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/apachephpmysql/%e5%a6%82%e4%bd%95%e8%a7%a3%e6%b1%ba-fatal-error-maximum-execution-time-of-30-seconds-exceeded/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>#2003 -伺服器並無回應</title>
		<link>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89/</link>
					<comments>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 14:40:31 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://rainwoodwood.aqu.0lx.net/wordpress/?p=23</guid>

					<description><![CDATA[#2003 -伺服器並無回應,這個是安裝在電腦中 appserv2.5.4a 版本前幾天給我的訊息,當時我正要登入phpadmin...去看mysql ,無料卻看到這個畫面,當下只有一陣錯愕...
我上網搜尋了很久,發現都沒有答案,大家一味著朝安裝失敗的方向前進著,可惜~我是在電腦裡測試網站測試正常,想改資料庫卻突然變這樣,網站也無法顯示,只有給我一個小心的訊息,當下我一直在思考到底怎麼辦,上網也找不到答案,我開啟cmd 視窗 (就是命令提示字元),下了修正mysql的密碼,結果還是失敗,這是在我電腦裡的,密碼當然被更動的可能性很小,而我也沒有去更動,但是改密碼是可以成功的,那至少代表mysql並沒有掛掉,正確來說,是某方面運作還算正常,於是我單純的重開了mysql,卻發現按了之後顯是正常起動,但我卻還是看到#2003 -伺服器並無回應訊息,這下子好了,代表mysql重新啟動無效,這也證明某方面來說mysql是有問題的,於是我開啟了工作管理員檢查appserv是否正常運作...我有看到阿帕契在執行,卻沒看到任何mysql字樣的程式在運作,這代表mysql根本沒有開,但是我剛剛以經按過重開了~卻還是不能,於是我就在選單中找阿帕契的選項,我在裡面找到了一個重新安裝mysql的選項,我就按了他,沒想到奇蹟發生了,mysql可以用了~所以說,如果也看到了#2003 -伺服器並無回應,你應該不用再去找一堆文章了,只要重新安裝mysql (不是整個重裝喔!! 是去找裡面的選項其中有一個是重裝mysql,有點像XP光碟自動修復那樣的功能),給他按下去~重裝一下~你的mysql就正常了!
]]></description>
										<content:encoded><![CDATA[<div>
<p>#2003 -伺服器並無回應,這個是安裝在電腦中 appserv2.5.4a 版本前幾天給我的訊息,當時我正要登入phpadmin&#8230;去看mysql ,無料卻看到這個畫面,當下只有一陣錯愕&#8230;<br />
我上網搜尋了很久,發現都沒有答案,大家一味著朝安裝失敗的方向前進著,可惜~我是在電腦裡測試網站測試正常,想改資料庫卻突然變這樣,網站也無法顯示,只有給我一個小心的訊息,當下我一直在思考到底怎麼辦,上網也找不到答案,我開啟cmd 視窗 (就是命令提示字元),下了修正mysql的密碼,結果還是失敗,這是在我電腦裡的,密碼當然被更動的可能性很小,而我也沒有去更動,但是改密碼是可以成功的,那至少代表mysql並沒有掛掉,正確來說,是某方面運作還算正常,於是我單純的重開了mysql,卻發現按了之後顯是正常起動,但我卻還是看到#2003 -伺服器並無回應訊息,這下子好了,代表mysql重新啟動無效,這也證明某方面來說mysql是有問題的,於是我開啟了工作管理員檢查appserv是否正常運作&#8230;我有看到阿帕契在執行,卻沒看到任何mysql字樣的程式在運作,這代表mysql根本沒有開,但是我剛剛以經按過重開了~卻還是不能,於是我就在選單中找阿帕契的選項,我在裡面找到了一個重新安裝mysql的選項,我就按了他,沒想到奇蹟發生了,mysql可以用了~所以說,如果也看到了#2003 -伺服器並無回應,你應該不用再去找一堆文章了,只要重新安裝mysql (不是整個重裝喔!! 是去找裡面的選項其中有一個是重裝mysql,有點像XP光碟自動修復那樣的功能),給他按下去~重裝一下~你的mysql就正常了!</p>
<p>以下是圖片說明:</p>
<p>1重新安裝MySQL<br />
<img decoding="async" id="BLOGGER_PHOTO_ID_5194561335874578242" src="http://4.bp.blogspot.com/_Z44ahSw--x8/SBbKA1TIZ0I/AAAAAAAAAfk/RCMQZVy4vsw/s400/1223165.jpg" border="0" alt="" /><br />
2安裝好後請檢察工作管理員裡的處理程序是否有&#8221;mysqld-nt.exe&#8221;</p>
<p><img decoding="async" id="BLOGGER_PHOTO_ID_5194561348759480146" src="http://3.bp.blogspot.com/_Z44ahSw--x8/SBbKBlTIZ1I/AAAAAAAAAfs/D7hteXv5OdY/s400/10131564.jpg" border="0" alt="" /><br />
如果有,那應該就可以正常使用了:p</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cannot modify header information &#8211; headers already sent by</title>
		<link>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by/</link>
					<comments>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 14:39:01 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://rainwoodwood.aqu.0lx.net/wordpress/?p=22</guid>

					<description><![CDATA[我用php的header()函式來轉換網頁，
之後就出現
Cannot modify header information - headers already sent by
這串文字，
我看書上寫是因為沒加session_start的標檔，
加上去後也還是一樣的情況，
在網路上找到一些方法，
有人說"header函式前不能有任何輸出"而且"BOM"也可能是原因之一，
後來我發現這個方法也不行，
後來在別人的BLOG找到，]]></description>
										<content:encoded><![CDATA[<div>
<p>我用php的header()函式來轉換網頁，<br />
之後就出現<br />
Cannot modify header information &#8211; headers already sent by<br />
這串文字，<br />
我看書上寫是因為沒加session_start的標檔，<br />
加上去後也還是一樣的情況，<br />
在網路上找到一些方法，<br />
有人說&#8221;header函式前不能有任何輸出&#8221;而且&#8221;BOM&#8221;也可能是原因之一，<br />
後來我發現這個方法也不行，<br />
後來在別人的BLOG找到，<br />
<a href="http://jmizl.pixnet.net/blog/post/13747457" target="_blank" rel="noopener">http://jmizl.pixnet.net/blog/post/13747457</a><br />
Step1. 開啟 C槽的WINDOWS 資料夾內的 php.ini 檔。</p>
<p>Step2. 找到『output_buffering』這行，將預設的『Off』改為『On』，並重啟 Apache services 即可。<br />
這樣就可以了，<br />
要記得O要大寫的。</p>
<p><img decoding="async" title="Cannot modify header information - headers already sent by.JPG" src="http://pic.pimg.tw/rainwoodwood/ee6c5edcac2d69b94561d9ec89b63fea.jpg" border="0" alt="Cannot modify header information - headers already sent by.JPG" /></p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cannot modify header information &#8211; headers already sent by</title>
		<link>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by-2/</link>
					<comments>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by-2/#respond</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 07:04:11 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<guid isPermaLink="false">http://sm.rwwttf.tw/?p=499</guid>

					<description><![CDATA[我用php的header()函式來轉換網頁， 之後就出現 Canno&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p style="line-height: 21.6pt;"><span style="font-size: 10pt; color: black;">我用</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">php</span><span style="font-size: 10pt; color: black;">的</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">header()</span><span style="font-size: 10pt; color: black;">函式來轉換網頁，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">之後就出現</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
Cannot modify header information &#8211; headers already sent by<br />
</span><span style="font-size: 10pt; color: black;">這串文字，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">我看書上寫是因為沒加</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">session_start</span><span style="font-size: 10pt; color: black;">的標檔，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">加上去後也還是一樣的情況，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">在網路上找到一些方法，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">有人說</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">&#8220;header</span><span style="font-size: 10pt; color: black;">函式前不能有任何輸出</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">&#8220;</span><span style="font-size: 10pt; color: black;">而且</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">&#8220;BOM&#8221;</span><span style="font-size: 10pt; color: black;">也可能是原因之一，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">後來我發現這個方法也不行，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">後來在別人的</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">BLOG</span><span style="font-size: 10pt; color: black;">找到，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
<a href="http://jmizl.pixnet.net/blog/post/13747457" target="_blank" rel="noopener">http://jmizl.pixnet.net/blog/post/13747457</a><br />
<strong><span style="font-family: Verdana;">Step1.</span></strong><br />
</span><span style="font-size: 10pt; color: black;">開啟</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">&nbsp;C槽的WINDOWS&nbsp;</span><span style="font-size: 10pt; color: black;">資料夾內的</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"> php.ini </span><span style="font-size: 10pt; color: black;">檔。</span></p>
<p style="line-height: 21.6pt;"><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
<strong><span style="font-family: Verdana;">Step2.</span></strong><br />
</span><span style="font-size: 10pt; color: black;">找到『</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">output_buffering</span><span style="font-size: 10pt; color: black;">』這行，將預設的『</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">Off</span><span style="font-size: 10pt; color: black;">』改為『</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">On</span><span style="font-size: 10pt; color: black;">』，並重啟</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
Apache services </span><span style="font-size: 10pt; color: black;">即可。</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">這樣就可以了，</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US"><br />
</span><span style="font-size: 10pt; color: black;">要記得</span><span style="font-size: 10pt; font-family: Verdana; color: black;" lang="EN-US">O</span><span style="font-size: 10pt; color: black;">要大寫的。</span></p>
<p style="line-height: 21.6pt;"><span style="font-size: 10pt; color: black;"><img decoding="async" title="Cannot modify header information - headers already sent by.JPG" src="http://pic.pimg.tw/rainwoodwood/ee6c5edcac2d69b94561d9ec89b63fea.jpg" border="0" alt="Cannot modify header information - headers already sent by.JPG" />&nbsp;</span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/apachephpmysql/cannot-modify-header-information-headers-already-sent-by-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>#2003 -伺服器並無回應</title>
		<link>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89-2/</link>
					<comments>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89-2/#comments</comments>
		
		<dc:creator><![CDATA[rwwttf]]></dc:creator>
		<pubDate>Thu, 07 Oct 2010 01:35:13 +0000</pubDate>
				<category><![CDATA[apache+php+mysql]]></category>
		<guid isPermaLink="false">http://sm.rwwttf.tw/?p=491</guid>

					<description><![CDATA[#2003 -伺服器並無回應,這個是安裝在電腦中 appserv2.&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p><span style="color: #cc0000;"><strong>#2003 -伺服器並無回應</strong></span>,這個是安裝在電腦中 appserv2.5.4a 版本前幾天給我的訊息,當時我正要登入phpadmin&#8230;去看mysql ,無料卻看到這個畫面,當下只有一陣錯愕&#8230;<br />　　我上網搜尋了很久,發現都沒有答案,大家一味著朝安裝失敗的方向前進著,可惜~我是在電腦裡測試網站測試正常,想改資料庫卻突然變這樣,網站也無法顯示,只有給我一個小心的訊息,當下我一直在思考到底怎麼辦,上網也找不到答案,我開啟cmd 視窗 (就是命令提示字元),下了修正mysql的密碼,結果還是失敗,這是在我電腦裡的,密碼當然被更動的可能性很小,而我也沒有去更動,但是改密碼是可以成功的,那至少代表mysql並沒有掛掉,正確來說,是某方面運作還算正常,於是我單純的重開了mysql,卻發現按了之後顯是正常起動,但我卻還是看到<span style="color: #cc0000;"><strong>#2003 -伺服器並無回應</strong></span>訊息,這下子好了,代表mysql重新啟動無效,這也證明某方面來說mysql是有問題的,於是我開啟了工作管理員檢查appserv是否正常運作&#8230;我有看到阿帕契在執行,卻沒看到任何mysql字樣的程式在運作,這代表mysql根本沒有開,但是我剛剛以經按過重開了~卻還是不能,於是我就在選單中找阿帕契的選項,我在裡面找到了一個重新安裝mysql的選項,我就按了他,沒想到奇蹟發生了,mysql可以用了~所以說,如果也看到了<span style="color: #cc0000;"><strong>#2003 -伺服器並無回應</strong></span>,你應該不用再去找一堆文章了,只要<span style="color: #000099;"><strong>重新安裝mysql</strong></span>&nbsp;(不是整個重裝喔!! 是去找裡面的選項其中有一個是重裝mysql,有點像XP光碟自動修復那樣的功能),給他按下去~重裝一下~你的mysql就正常了!</p>
<p>以下是圖片說明:</p>
<p>1重新安裝MySQL<br /><img decoding="async" id="BLOGGER_PHOTO_ID_5194561335874578242" style="border-top-color: #dddddd; border-left-color: #dddddd; border-bottom-color: #c0c0c0; border-right-color: #c0c0c0; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; padding: 6px; border: 1px solid initial;" src="http://4.bp.blogspot.com/_Z44ahSw--x8/SBbKA1TIZ0I/AAAAAAAAAfk/RCMQZVy4vsw/s400/1223165.jpg" border="0" alt="" /><br />2安裝好後請檢察工作管理員裡的處理程序是否有&#8221;mysqld-nt.exe&#8221;</p>
<p><img decoding="async" id="BLOGGER_PHOTO_ID_5194561348759480146" style="border-top-color: #dddddd; border-left-color: #dddddd; border-bottom-color: #c0c0c0; border-right-color: #c0c0c0; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; padding: 6px; border: 1px solid initial;" src="http://3.bp.blogspot.com/_Z44ahSw--x8/SBbKBlTIZ1I/AAAAAAAAAfs/D7hteXv5OdY/s400/10131564.jpg" border="0" alt="" /><br />如果有,那應該就可以正常使用了:p</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sm.rwwttf.tw/apachephpmysql/2003-%e4%bc%ba%e6%9c%8d%e5%99%a8%e4%b8%a6%e7%84%a1%e5%9b%9e%e6%87%89-2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
