<?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/"
		>
<channel>
	<title>Comments on: Changes in phpMyAdmin 3.0</title>
	<atom:link href="http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 22:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16549</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 14 Jul 2010 10:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16549</guid>
		<description>It will ask for both a username and a password. Normally, you would log in as the root user, and use the root password.</description>
		<content:encoded><![CDATA[<p>It will ask for both a username and a password. Normally, you would log in as the root user, and use the root password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bakulesh Thakker</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16547</link>
		<dc:creator>Bakulesh Thakker</dc:creator>
		<pubDate>Tue, 13 Jul 2010 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16547</guid>
		<description>On page 280 of “PHP Soluitons: Dynamic Web Design Made Easy” for setting up phpMyAdmin you have given script as follows:

$i = 1;
$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;
$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;http&#039;;

This will ask for password. But which password will this be? Is there a default setup in phpMyAdmin?</description>
		<content:encoded><![CDATA[<p>On page 280 of “PHP Soluitons: Dynamic Web Design Made Easy” for setting up phpMyAdmin you have given script as follows:</p>
<p>$i = 1;<br />
$cfg['Servers'][$i]['extension'] = &#8216;mysqli&#8217;;<br />
$cfg['Servers'][$i]['auth_type'] = &#8216;http&#8217;;</p>
<p>This will ask for password. But which password will this be? Is there a default setup in phpMyAdmin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16544</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16544</guid>
		<description>That&#039;s right. The PHP connector files are no longer required.</description>
		<content:encoded><![CDATA[<p>That&#8217;s right. The PHP connector files are no longer required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bakulesh Thakker</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16543</link>
		<dc:creator>Bakulesh Thakker</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16543</guid>
		<description>Thanks for reply.

On page 270 of book &quot;PHP Soluitons: Dynamic Web Design Made Easy&quot; there are instructions for updating PHP connector files (libmysql.dll, php_mysql.dll and php_mysqli.dll). Are these necessary for MySQL 5.1.48? In reply to someone you said that the libraries are no longer required. By libraries you mean these files or some other?</description>
		<content:encoded><![CDATA[<p>Thanks for reply.</p>
<p>On page 270 of book &#8220;PHP Soluitons: Dynamic Web Design Made Easy&#8221; there are instructions for updating PHP connector files (libmysql.dll, php_mysql.dll and php_mysqli.dll). Are these necessary for MySQL 5.1.48? In reply to someone you said that the libraries are no longer required. By libraries you mean these files or some other?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16542</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 13 Jul 2010 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16542</guid>
		<description>I don&#039;t know whether it&#039;s necessary, but all three version numbers should normally be the same. In the past, I always used to recommend installing Apache, PHP, and MySQL separately. However, so many people now use XAMPP or MAMP, I have decided to do the same. I&#039;m currently running XAMPP 1.7.3 on my Windows 7 machine. All three version numbers are 5.1.41.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know whether it&#8217;s necessary, but all three version numbers should normally be the same. In the past, I always used to recommend installing Apache, PHP, and MySQL separately. However, so many people now use XAMPP or MAMP, I have decided to do the same. I&#8217;m currently running XAMPP 1.7.3 on my Windows 7 machine. All three version numbers are 5.1.41.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bakulesh Thakker</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16541</link>
		<dc:creator>Bakulesh Thakker</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16541</guid>
		<description>I have installed Apache, PHP and MySQL. On running phpinfo I see following version numbers:

Client API version	5.1.48
Client API library version	5.1.48
Client API header version	5.0.27

Is it necessary to have all three version numbers same?</description>
		<content:encoded><![CDATA[<p>I have installed Apache, PHP and MySQL. On running phpinfo I see following version numbers:</p>
<p>Client API version	5.1.48<br />
Client API library version	5.1.48<br />
Client API header version	5.0.27</p>
<p>Is it necessary to have all three version numbers same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16328</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Fri, 16 Apr 2010 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16328</guid>
		<description>The libraries are no longer required.</description>
		<content:encoded><![CDATA[<p>The libraries are no longer required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Shafer</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16327</link>
		<dc:creator>Nathan Shafer</dc:creator>
		<pubDate>Fri, 16 Apr 2010 11:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16327</guid>
		<description>David,

    First, many thanks; between this book, &quot;Dreamweaver CS4 with CSS, AJAX and PHP,&quot; and the PHP OOP book, you are quickly becoming my personal guru!  :)

    Now, on to my question: in the chapter on setting up MySQL, you recommend downloading code libraries for connecting PHP and MySQL from dev.mysql.com/downloads/connector/php... the problem is that the page does not seem to exist, and in the parent directory page, there is no link for PHP - just for C, Java, NET, and a couple others. 

     Any suggestions on how I should proceed?

Thank you again,
Nathan</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>    First, many thanks; between this book, &#8220;Dreamweaver CS4 with CSS, AJAX and PHP,&#8221; and the PHP OOP book, you are quickly becoming my personal guru!  <img src='http://foundationphp.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>    Now, on to my question: in the chapter on setting up MySQL, you recommend downloading code libraries for connecting PHP and MySQL from dev.mysql.com/downloads/connector/php&#8230; the problem is that the page does not seem to exist, and in the parent directory page, there is no link for PHP &#8211; just for C, Java, NET, and a couple others. </p>
<p>     Any suggestions on how I should proceed?</p>
<p>Thank you again,<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16239</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16239</guid>
		<description>The best place for help with XAMPP installation problems is in &lt;a href=&quot;http://www.apachefriends.org/f/viewforum.php?f=34&quot; rel=&quot;nofollow&quot;&gt;the XAMPP forum&lt;/a&gt;. Just looking at the error messages, it looks as though you have done something wrong in setting the security for MySQL.</description>
		<content:encoded><![CDATA[<p>The best place for help with XAMPP installation problems is in <a href="http://www.apachefriends.org/f/viewforum.php?f=34" rel="nofollow">the XAMPP forum</a>. Just looking at the error messages, it looks as though you have done something wrong in setting the security for MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Nguyen</title>
		<link>http://foundationphp.com/blog/2008/10/05/changes-in-phpmyadmin-30/comment-page-1/#comment-16238</link>
		<dc:creator>Michael Nguyen</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=56#comment-16238</guid>
		<description>Hi David,
I&#039;m installing XAMPP (version 1.7.3) all in one package to practice the code in your book, and i run into problem when connect to database, it gave me an error 
such as: Warning: mysql_connect() [function.mysql-connect]: Access denied for user &#039;user&#039;@&#039;localhost&#039; (using password: YES) in E:\xampp\htdocs\connect.php

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user &#039;ODBC&#039;@&#039;localhost&#039; (using password: NO) in E:\xampp\htdocs\connect.php


Warning: mysql_query() [function.mysql-query]: Access denied for user &#039;ODBC&#039;@&#039;localhost&#039; (using password: NO) in E:\Xampp\htdocs\connect.php

not sure what i did wrong, can you help? 
Thank you!
mike</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I&#8217;m installing XAMPP (version 1.7.3) all in one package to practice the code in your book, and i run into problem when connect to database, it gave me an error<br />
such as: Warning: mysql_connect() [function.mysql-connect]: Access denied for user &#8216;user&#8217;@'localhost&#8217; (using password: YES) in E:\xampp\htdocs\connect.php</p>
<p>Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user &#8216;ODBC&#8217;@'localhost&#8217; (using password: NO) in E:\xampp\htdocs\connect.php</p>
<p>Warning: mysql_query() [function.mysql-query]: Access denied for user &#8216;ODBC&#8217;@'localhost&#8217; (using password: NO) in E:\Xampp\htdocs\connect.php</p>
<p>not sure what i did wrong, can you help?<br />
Thank you!<br />
mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
