<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	〈CentOS 7 安裝 phpMyAdmin 4.7〉的留言	</title>
	<atom:link href="https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Mar 2020 09:53:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>
			<item>
				<title>
				留言者: CentOS 8 安裝與設定 MySQL 8, phpMyAdmin 4.9 - BrilliantCode.net				</title>
				<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/#comment-600</link>
		<dc:creator><![CDATA[CentOS 8 安裝與設定 MySQL 8, phpMyAdmin 4.9 - BrilliantCode.net]]></dc:creator>
		<pubDate>Sat, 25 Jan 2020 09:14:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.brilliantcode.net/?p=262#comment-600</guid>
					<description><![CDATA[[&#8230;] Apache ，可以參考之前寫過的這篇的 Step 3 與其後續步驟之設定。(很巧剛好也是 Step 3 <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Apache ，可以參考之前寫過的這篇的 Step 3 與其後續步驟之設定。(很巧剛好也是 Step 3 🙂 [&#8230;]</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				留言者: Andy Wang				</title>
				<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/#comment-463</link>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
		<pubDate>Thu, 07 Nov 2019 12:47:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.brilliantcode.net/?p=262#comment-463</guid>
					<description><![CDATA[可能還會是權限不足造成的現象。
你可以用 『ls -alZ /usr/share/phpmyadmin』查看資料夾的權限設定狀態為何。
(1)通常來說你至少要將這些資料夾的 group 設定給 apache，或者這樣行不通的話就連資料夾及其檔案的 owner 都給apache。
owner、group都給apache：『sudo chown -R apache:apache /usr/share/phpmyadmin』
owner設為server的power user、group給apache『sudo chown -R PowerUser名稱:apache /usr/share/phpmyadmin』

(2)上述(1)是假設你的SELinux是停用的狀態，假設SELinux運作中，就要除了上述(1)的設定之外，還要進行chcon的設定。 p.s.以下指令的選項type前面都有兩個減號『-』。
『sudo chcon -R --type=httpd_sys_rw_content_t /usr/share/phpmyadmin』]]></description>
		<content:encoded><![CDATA[<p>可能還會是權限不足造成的現象。<br />
你可以用 『ls -alZ /usr/share/phpmyadmin』查看資料夾的權限設定狀態為何。<br />
(1)通常來說你至少要將這些資料夾的 group 設定給 apache，或者這樣行不通的話就連資料夾及其檔案的 owner 都給apache。<br />
owner、group都給apache：『sudo chown -R apache:apache /usr/share/phpmyadmin』<br />
owner設為server的power user、group給apache『sudo chown -R PowerUser名稱:apache /usr/share/phpmyadmin』</p>
<p>(2)上述(1)是假設你的SELinux是停用的狀態，假設SELinux運作中，就要除了上述(1)的設定之外，還要進行chcon的設定。 p.s.以下指令的選項type前面都有兩個減號『-』。<br />
『sudo chcon -R &#8211;type=httpd_sys_rw_content_t /usr/share/phpmyadmin』</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				留言者: 大天				</title>
				<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/#comment-462</link>
		<dc:creator><![CDATA[大天]]></dc:creator>
		<pubDate>Wed, 06 Nov 2019 08:03:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.brilliantcode.net/?p=262#comment-462</guid>
					<description><![CDATA[版主你好,我照你的步驟做到這一步
輸入http://domain/phpmyadmin/
把資料放在usr/share 下面就無法進入
但是改放在www/html 裡面就可以登入
SELinux 檢查是關閉的,我也有照你的方式添加alias,不知道哪邊還需要做修正呢
我是使用centos7]]></description>
		<content:encoded><![CDATA[<p>版主你好,我照你的步驟做到這一步<br />
輸入http://domain/phpmyadmin/<br />
把資料放在usr/share 下面就無法進入<br />
但是改放在www/html 裡面就可以登入<br />
SELinux 檢查是關閉的,我也有照你的方式添加alias,不知道哪邊還需要做修正呢<br />
我是使用centos7</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				留言者: Andy Wang				</title>
				<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/#comment-34</link>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
		<pubDate>Tue, 01 May 2018 05:47:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.brilliantcode.net/?p=262#comment-34</guid>
					<description><![CDATA[我覺得這個問題，可以從下列兩個方向來看：
1) 如果你是使用CentOS7，查看SELinux的設定是否允許這個資料夾讓httpd存取！
    若要測試SELinux的話，可以試著先把SELinux關閉，再來看看是否能測通。
2) 看看防火牆設定httpd是否有被允許通訊。]]></description>
		<content:encoded><![CDATA[<p>我覺得這個問題，可以從下列兩個方向來看：<br />
1) 如果你是使用CentOS7，查看SELinux的設定是否允許這個資料夾讓httpd存取！<br />
    若要測試SELinux的話，可以試著先把SELinux關閉，再來看看是否能測通。<br />
2) 看看防火牆設定httpd是否有被允許通訊。</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				留言者: PM				</title>
				<link>https://www.brilliantcode.net/262/centos-7-install-phpmyadmin-4-7/#comment-33</link>
		<dc:creator><![CDATA[PM]]></dc:creator>
		<pubDate>Mon, 30 Apr 2018 07:32:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.brilliantcode.net/?p=262#comment-33</guid>
					<description><![CDATA[輸入http://domain/phpmyadmin/

出現Forbidden
You don&#039;t have permission to access /phpmyadmin on this server.]]></description>
		<content:encoded><![CDATA[<p>輸入http://domain/phpmyadmin/</p>
<p>出現Forbidden<br />
You don&#8217;t have permission to access /phpmyadmin on this server.</p>
]]></content:encoded>
						</item>
			</channel>
</rss>
