<?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>WEBワンポイント &#187; phpMyAdmin - </title>
	<atom:link href="http://03.hayaoki.info/web/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://03.hayaoki.info/web</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 05 Aug 2011 05:16:56 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://03.hayaoki.info/web/tag/phpmyadmin/feed/" />
		<item>
		<title>phpmyadminでリンクテーブルを処理するための追加機能が無効</title>
		<link>http://03.hayaoki.info/web/wordpress/292.html</link>
		<comments>http://03.hayaoki.info/web/wordpress/292.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 09:52:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[ワードプレス]]></category>

		<guid isPermaLink="false">http://03.hayaoki.info/web/?p=292</guid>
		<description><![CDATA[WirdPressのテーマを作ったり、改造するにはＰＣにXamppをインストールすると便利です。 XamppはwindowsPCにおいてサーバー公開できる機能を与えてくれますが、開発環境を整える意味でもラクに操作できると [...]]]></description>
			<content:encoded><![CDATA[<p>
WirdPressのテーマを作ったり、改造するにはＰＣにXamppをインストールすると便利です。<br />
XamppはwindowsPCにおいてサーバー公開できる機能を与えてくれますが、開発環境を整える意味でもラクに操作できるところが魅力です。<br />
<br />
さて、2011年6月14日現在、Xamppをインストールしました。<br />
一通りインストールを終えて、phpmyadminにログインすると、テスト用の各データベースが既に作成されていました。<br />
新規に追加しようと思ったところで、画面下に、「リンクテーブルを処理するための追加機能が無効になっています。」と表示されているではありませんか。<br />
<br />
解決方法を色々探したところ、設定を変更することで解決しましたので、備忘録として残します。<br />
<br />
まず、phpMyAdminのconfig.inc.phpに追記します。<br />
<br />
追記内容は、$cfg['PmaNoRelation_DisableWarning'] = true;　で、これは、追加機能を使わずに警告を無視するようになります。<br />
その後、phpmyadminにログインするとエラー文字は消えていますので、新規にDBを作ることが可能となります。<br />
<br />
<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://03.hayaoki.info/web/wordpress/292.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://03.hayaoki.info/web/wordpress/292.html" />
	</item>
		<item>
		<title>centos4　php４を５にしたらトラブル発生</title>
		<link>http://03.hayaoki.info/web/wordpress/58.html</link>
		<comments>http://03.hayaoki.info/web/wordpress/58.html#comments</comments>
		<pubDate>Sat, 01 Nov 2008 16:05:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[MYSQL４]]></category>
		<category><![CDATA[MYSQL５]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://03.hayaoki.info/web/?p=58</guid>
		<description><![CDATA[Ｗordpressの携帯サイト・アドセンス用にプラグインがありますが、この動作環境はPHP5以上とのことです、それで早速PHP4からPHP５に変更したのですが、一緒にMYSQLのモジュールまで変更になり、phpMyAdm [...]]]></description>
			<content:encoded><![CDATA[<p>
Ｗordpressの携帯サイト・アドセンス用にプラグインがありますが、この動作環境はPHP5以上とのことです、それで早速PHP4からPHP５に変更したのですが、一緒にMYSQLのモジュールまで変更になり、phpMyAdminの起動時にエラーが出てしまいました。<br />
<br />
色々探したところ、面倒なようなのでPHP４に戻したつもりでしたが、今度はphpMyAdminが全く起動しない状態になり、汗がたらり・・・。＾＾；<br />
<br />
こりゃあ、いかんということで、意を決してもう一度PHP5にして、何とか動作するようにまりましたが、ここで、MYSQL４のデータがMYSQL５と互換性があるかを試したくなり、windowsXP環境にxamppをインストールして、試してみました・・・。<br />
<br />
しかし、<strong>「お使いの PHP MySQL ライブラリのバージョン 5.0.68 が MySQL サーバのバージョン 4.1.22 と異なります。これは予期しない不具合を起こす可能性があります。」</strong>とのコメントが出ています。<br />
<br />
MySQL クライアントのバージョン: 5.0.68に対して、サーバのバージョン: 4.1.22ということで、上位互換になるかどうかの不安があるところでが、今のところ、正常に動いているようなので、このまましばらく使いたいと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://03.hayaoki.info/web/wordpress/58.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://03.hayaoki.info/web/wordpress/58.html" />
	</item>
	</channel>
</rss>

