<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; MySQL</title>
	<atom:link href="https://worthliv.com/category/programming/programming-mysql/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/programming/programming-mysql/feed" />
	<item>
		<title>データベースのER図を簡単に描けるDBDesigner 4</title>
		<link>https://worthliv.com/wlh_erdbdesigner_4.html</link>
		<comments>https://worthliv.com/wlh_erdbdesigner_4.html#comments</comments>
		<pubDate>Sun, 17 Feb 2013 14:26:53 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1061</guid>
		<description><![CDATA[PHPでデータベースにクエリを投げ、なんらかの処理（SELECT, INSERT, UPDATE, DELETE）を行うのは、ある意味、力技的にゴリゴリと書くようなコーディング。 テーブルが複雑だったり、LEFT JOI [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_erdbdesigner_4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_erdbdesigner_4.html" />
	</item>
		<item>
		<title>ローカルマシンへのFTPダウンロード（バックアップ）を、batファイル＋windowsタスクスケジューラで自動化</title>
		<link>https://worthliv.com/wlh_ftpbatwindows.html</link>
		<comments>https://worthliv.com/wlh_ftpbatwindows.html#comments</comments>
		<pubDate>Sun, 17 Feb 2013 13:18:57 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1060</guid>
		<description><![CDATA[レンタルサーバーなどでサイト運営、データベース運用を行っている場合、ファイルのバックアップを行いたい場合があります。 特に、MySQLなどデータベースのSQLがdumpされたファイルやログファイルなどは、できればローカル [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_ftpbatwindows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_ftpbatwindows.html" />
	</item>
		<item>
		<title>MySQLバックアップ・phpMyAdminでエクスポート手順</title>
		<link>https://worthliv.com/wlh_mysqlphpmyadmin.html</link>
		<comments>https://worthliv.com/wlh_mysqlphpmyadmin.html#comments</comments>
		<pubDate>Sun, 10 Feb 2013 17:25:53 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1058</guid>
		<description><![CDATA[MySQLのDB情報を、phpMyAdminからお手軽にバックアップする手順。 特定のDB全体をバックアップします。 何回も調べなおしてたんで、自分用にまとめ。 スポンサーリンク バックアップ手順 １．phpMyAdmi [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_mysqlphpmyadmin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_mysqlphpmyadmin.html" />
	</item>
		<item>
		<title>PEAR_DBを使う場合のSQL予約語との衝突エラー</title>
		<link>https://worthliv.com/wlh_pear_dbsql.html</link>
		<comments>https://worthliv.com/wlh_pear_dbsql.html#comments</comments>
		<pubDate>Thu, 17 Jan 2013 09:15:27 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1056</guid>
		<description><![CDATA[現在、OpeｎPNEの拡張を行っていますが、本日遭遇したバグ。 OpenPNEは、データベースの操作に、PHPのライブラリ、PEAR_DBが使ってあります。 拡張で追加したテーブルに、新規にレコードを挿入する処理を書いて [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_pear_dbsql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_pear_dbsql.html" />
	</item>
	</channel>
</rss>
