<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>MySQL &#8211; BrilliantCode.net</title>
	<atom:link href="https://www.brilliantcode.net/category/tutorial/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Apr 2020 10:06:18 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>

<image>
	<url>https://i0.wp.com/www.brilliantcode.net/wp-content/uploads/2017/06/cropped-icon-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>MySQL &#8211; BrilliantCode.net</title>
	<link>https://www.brilliantcode.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">130881408</site>	<item>
		<title>MySQL #01 binary logs 設定與屬性</title>
		<link>https://www.brilliantcode.net/2097/mysql-01-binary-logs-settings-attributes/</link>
				<comments>https://www.brilliantcode.net/2097/mysql-01-binary-logs-settings-attributes/#comments</comments>
				<pubDate>Sat, 04 Apr 2020 17:50:58 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[MySQL Event]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=2097</guid>
				<description><![CDATA[<p>無意間忽略 MySQL Binary Log 相關設定可能會造成很嚴重的問題，而這包括資料庫增長速度異常。所以在本文中將會介紹一些跟 Binary Log 相關的設定、以及如何建立可以自動刪除 binary log 的 MySQL Event。本文提供三種方法解決 Binary log 佔據過多空間的問題，各方法之間皆有不同的用途與特色，只有使用情境是否適合而已。</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/2097/mysql-01-binary-logs-settings-attributes/">MySQL #01 binary logs 設定與屬性</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/2097/mysql-01-binary-logs-settings-attributes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2097</post-id>	</item>
		<item>
		<title>修改 MySQL 時區</title>
		<link>https://www.brilliantcode.net/473/mysql-set-change-timezone/</link>
				<comments>https://www.brilliantcode.net/473/mysql-set-change-timezone/#respond</comments>
				<pubDate>Sun, 23 Jul 2017 11:47:25 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=473</guid>
				<description><![CDATA[<p>修改 MySQL 時區 的做法有兩種，你要採取哪一種方式：<br />
(端看你能不能重啟MySQL伺服器)<br />
1. 修改my.cnf (能夠重啟MySQL伺服器) 2. 直接修改MySQL系統變數</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/473/mysql-set-change-timezone/">修改 MySQL 時區</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/473/mysql-set-change-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">473</post-id>	</item>
		<item>
		<title>MySQL 5.7 排除錯誤 ERROR 1819 (HY000)</title>
		<link>https://www.brilliantcode.net/404/mysql-5-7-error-1819-hy000-validate-password-policy/</link>
				<comments>https://www.brilliantcode.net/404/mysql-5-7-error-1819-hy000-validate-password-policy/#respond</comments>
				<pubDate>Wed, 12 Jul 2017 16:52:23 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=404</guid>
				<description><![CDATA[<p>『ERROR 1819 (HY000): Your password does not satisfy the current policy requirements.』<br />
這個錯誤訊息是我在新增MySQL使用者時跳出來的錯誤訊息！<br />
本文除了會說明如何排除這個錯誤之外，也會說明如何修改MySQL的密碼設定原則！</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/404/mysql-5-7-error-1819-hy000-validate-password-policy/">MySQL 5.7 排除錯誤 ERROR 1819 (HY000)</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/404/mysql-5-7-error-1819-hy000-validate-password-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">404</post-id>	</item>
	</channel>
</rss>
