<?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>mysql 彙整 - Peter Dave Hello&#039;s Blog</title>
	<atom:link href="https://www.peterdavehello.org/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.peterdavehello.org/tag/mysql/</link>
	<description>To live is to make the world better.</description>
	<lastBuildDate>Sun, 22 Dec 2019 17:20:08 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>在 Ubuntu ≥ 18.04 使用密碼登入 MySQL 及建立資料庫</title>
		<link>https://www.peterdavehello.org/2019/12/set-mysql-password-login-and-create-database-on-ubuntu-18-04-and-later/</link>
					<comments>https://www.peterdavehello.org/2019/12/set-mysql-password-login-and-create-database-on-ubuntu-18-04-and-later/#respond</comments>
		
		<dc:creator><![CDATA[Peter Dave Hello]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 17:40:18 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.peterdavehello.org/?p=6763</guid>

					<description><![CDATA[<p>在 Ubuntu 18.04 之前的版本，直接透過 apt 安裝 Ubuntu  &#8230; <a href="https://www.peterdavehello.org/2019/12/set-mysql-password-login-and-create-database-on-ubuntu-18-04-and-later/">閱讀全文 <span class="meta-nav">&#8594;</span></a></p>
<p>這篇文章 <a rel="nofollow" href="https://www.peterdavehello.org/2019/12/set-mysql-password-login-and-create-database-on-ubuntu-18-04-and-later/">在 Ubuntu ≥ 18.04 使用密碼登入 MySQL 及建立資料庫</a> 最早出現於 <a rel="nofollow" href="https://www.peterdavehello.org">Peter Dave Hello&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.peterdavehello.org/2019/12/set-mysql-password-login-and-create-database-on-ubuntu-18-04-and-later/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LAMP Web Server 網頁伺服器快速建置入門</title>
		<link>https://www.peterdavehello.org/2016/03/lamp-linux-apache-mysql-php-web-server-fast-setup-essential/</link>
					<comments>https://www.peterdavehello.org/2016/03/lamp-linux-apache-mysql-php-web-server-fast-setup-essential/#respond</comments>
		
		<dc:creator><![CDATA[Peter Dave Hello]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 10:07:07 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.peterdavehello.org/?p=2361</guid>

					<description><![CDATA[<p>前言 &#8230; LAMP 是透過 Linux + Apache + MyS &#8230; <a href="https://www.peterdavehello.org/2016/03/lamp-linux-apache-mysql-php-web-server-fast-setup-essential/">閱讀全文 <span class="meta-nav">&#8594;</span></a></p>
<p>這篇文章 <a rel="nofollow" href="https://www.peterdavehello.org/2016/03/lamp-linux-apache-mysql-php-web-server-fast-setup-essential/">LAMP Web Server 網頁伺服器快速建置入門</a> 最早出現於 <a rel="nofollow" href="https://www.peterdavehello.org">Peter Dave Hello&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.peterdavehello.org/2016/03/lamp-linux-apache-mysql-php-web-server-fast-setup-essential/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MySQL/MariaDB database quick backup/restore commands</title>
		<link>https://www.peterdavehello.org/2015/04/mysqlmariadb-database-quick-backuprestore-commands/</link>
					<comments>https://www.peterdavehello.org/2015/04/mysqlmariadb-database-quick-backuprestore-commands/#respond</comments>
		
		<dc:creator><![CDATA[Peter Dave Hello]]></dc:creator>
		<pubDate>Fri, 17 Apr 2015 15:00:59 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">https://www.peterdavehello.org/?p=785</guid>

					<description><![CDATA[<p>Backup Backup a certain database; $ mysq &#8230; <a href="https://www.peterdavehello.org/2015/04/mysqlmariadb-database-quick-backuprestore-commands/">閱讀全文 <span class="meta-nav">&#8594;</span></a></p>
<p>這篇文章 <a rel="nofollow" href="https://www.peterdavehello.org/2015/04/mysqlmariadb-database-quick-backuprestore-commands/">MySQL/MariaDB database quick backup/restore commands</a> 最早出現於 <a rel="nofollow" href="https://www.peterdavehello.org">Peter Dave Hello&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.peterdavehello.org/2015/04/mysqlmariadb-database-quick-backuprestore-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 51/54 objects using APC
Page Caching using Disk: Enhanced 
Content Delivery Network via cdn2.peterdavehello.org
Minified using Disk
Database Caching 1/30 queries in 0.012 seconds using APC (Request-wide modification query)

Served from: www.peterdavehello.org @ 2025-02-12 17:46:11 by W3 Total Cache
-->