<?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>Vision Master Designs &#187; PhpMyAdmin</title>
	<atom:link href="http://visionmasterdesigns.com/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Oct 2009 20:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorial : Installing Apache 2.2.11, PHP 5.3, MySQL 5.1.34 &amp; PhpMyAdmin 3.1.4 in Windows Vista/XP</title>
		<link>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/</link>
		<comments>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 19:04:26 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.visionmasterdesigns.com/?p=7</guid>
		<description><![CDATA[Learn to install Apache, PHP 5, MySQL 5 and PhpMyAdmin 2.11.x step by step. It has been rated as the best article :).]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p>
The most recent version of this tutorial has been completely re-written at <a href="http://webdevcodex.com">WebDev Codex</a>.</p>
<p>Learn how to Install <strong>PHP 5.3</strong>,</p>
<p>To view the latest version, Goto <a title="Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &amp; PHPMyAdmin 3.2 for Windows 7/Vista" href="http://webdevcodex.com/screencast-installing-apache-2-2-php-5-3-mysql-5-1-phpmyadmin-3-2-for-windows-7vista/">Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &#038; PHPMyAdmin 3.2 for Windows 7/Vista</a></p>
<p>If you want to see the screencast of this tutorial, then goto<br />
<a title="Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &amp; PHPMyAdmin 3.2 for Windows 7/Vista" href="http://webdevcodex.com/screencast-installing-apache-2-2-php-5-3-mysql-5-1-phpmyadmin-3-2-for-windows-7vista/">Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 &#038; PHPMyAdmin 3.2 for Windows 7/Vista</a>
</p></blockquote>
<p>Not everyone would spend money online to buy webspace just so that they can test out how their latest application works, Well&#8230; Welcome to Vision Master Designs Blog. This tutorial will teach you to set up a developer environment for PHP/MySQL in your computer in no time.</p>
<p>Index :</p>
<ul>
<li>Page 1 : <a title="Introduction" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/">Introduction</a></li>
<li>Page 2 : <a title="Create Directories &amp; Install Apache" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/2/">Create Directories &amp; Install Apache</a></li>
<li>Page 3 : <a title="Install PHP5 &amp; Configure php.ini" href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/3/">Install PHP5 &amp; Configure php.ini</a></li>
<li>Page 4 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/4/">Configure Apache 2.2</a></li>
<li>Page 5 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/5/">Installing &amp; Configuring MySQL5</a></li>
<li>Page 6 : <a href="http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/6/">Installing &amp; Configuring PhpMyAdmin</a></li>
</ul>
<p><span id="more-7"></span></p>
<p>If you are aware of the basics then <a href="#down">Click Here</a> to jump below, else read on.</p>
<p>Normally we can view HTML pages on our computer without the need of uploading them to the server, since HTML is a Client Side Language. You don`t need any extra software to view html files, just any browser will do the trick.<br />
But if you want to make your pages dynamic using any Server Side Language (PHP,ASP,JSP) &amp; want to the see the results then you must upload the file to the webserver which supports that language so it can execute the file &amp; return the results on your browser</p>
<p>We can set up a developers environment from which you can create and execute PHP/MySQL scripts by installing the above mentioned applications.</p>
<p><a id="down" name="down">Now, The Pre-Requisites :</a></p>
<ol>
<li><strong>Apache HTTP Server</strong> (2.2.11): The best open source webserver. You need this to turn your humble computer to a powerful webserver to execute your applications.<br />
Direct Download <a title="apache_2.2.11-win32-x86-no_ssl.msi" href="http://www.eng.lsu.edu/mirrors/apache/httpd/binaries/win32/apache_2.2.11-win32-x86-no_ssl.msi">apache_2.2.11-win32-x86-no_ssl-r2.msi</a><br />
<a href="http://httpd.apache.org/download.cgi">Apache Download Page</a> &#8211; Please Download the Win32 Binary without crypto (no mod_ssl) (MSI Installer) &#8211; apache_2.2.11-win32-x86-no_ssl.msi~ 4.3MB</li>
<li><strong>PHP </strong>(5.2.9)<strong> : </strong>One of the most powerful web programming languages.<br />
Direct Download <a href="http://www.php.net/get/php-5.2.9-2-Win32.zip/from/a/mirror" target="_blank">PHP 5.2.9 -2 zip package</a><br />
<a href="http://www.php.net/downloads.php">PHP Download Page</a> &#8211; Download the PHP 5.2.9 &#8211; 2 Zip package ~ 10MB</li>
<li><strong>MySQL</strong> (5.1.34) : One of the best DBMS packages which is free.<br />
The latest version is <strong>5.1.34</strong> which is stable and used in production servers. Although MySQL 5.1 and MySQL 6 are also available as beta releases, they are not used in production servers as of now.<br />
<a href="http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-essential-5.1.34-win32.msi/from/pick" target="_blank">MySQL Download Page</a> &#8211; Please download Windows ZIP/Setup.EXE (x86) 5.1.34 ~ 35.2MB</li>
<li><strong>PhpMyAdmin</strong> (<span class="version">3.1.4</span>) : Used to manage your MySQL databases directly using your web browser.<br />
Direct Download <a href="http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.1.4-english.zip#!md5!ec09a86b298c118b528d5d9936aa951a" target="_blank">phpMyAdmin-<span class="version">3.1.4</span>-all-languages.zip</a><br />
<a href="http://www.phpmyadmin.net/home_page/downloads.php">PHPMyAdmin Download Page</a> &#8211; Please download the latest release from the 3.x rooster.</li>
</ol>
<p>The above downloads are compatible with Windows Vista/Vista SP1 (32 bit OS).</p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/tutorial-installing-apache-php-5-mysql-5-phpmyadmin-windows-vista-xp/feed/</wfw:commentRss>
		<slash:comments>566</slash:comments>
		</item>
		<item>
		<title>Tutorial : Using phpMyAdmin to manage mySQL</title>
		<link>http://visionmasterdesigns.com/tutorial-using-phpmyadmin-to-manage-mysql/</link>
		<comments>http://visionmasterdesigns.com/tutorial-using-phpmyadmin-to-manage-mysql/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:53:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[PHP & MySQL]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>

		<guid isPermaLink="false">http://blog.visionmasterdesigns.com/?p=175</guid>
		<description><![CDATA[Hello Everyone ! I am really excited ! Its been 18 days since the blog started and the response is amazing. I really hope these tutorials are helpful. Anyways I have seen a lot of people having problem setting up phpmyadmin and Lot more have no idea how to use it. So this tutorial is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-using-phpmyadmin-to-manage-mysql%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Ftutorial-using-phpmyadmin-to-manage-mysql%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello Everyone !</p>
<p>I am really excited ! Its been 18 days since the blog started and the response is amazing. I really hope these tutorials are helpful. Anyways I have seen a lot of people having problem setting up phpmyadmin and Lot more have no idea how to use it. So this tutorial is dedicated to you folks. I`ll teach you the basics of how to play with phpMyAdmin. Frankly I have not seen much tutorials on how to use phpmyadmin, and I don`t know how well you guys will like it.<br />
Anyways</p>
<h2 style="text-align: center;">phpMyAdmin 2.11.x Front Page</h2>
<p style="text-align: center;"><a title="phpmyadmin front page" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11a.jpg"><img class="attachment wp-att-176 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11a.thumbnail.jpg" alt="phpmyadmin front page" width="425" height="251" /></a></p>
<p><span id="more-175"></span><br />
The Front page shows you something similar to the above image. As you can see, On the left we have the existing databases. If there are none available its fine, and on the right we have the page which has a lot of text in it <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . You can see that I have marked the area from where you can create your database.<br />
For more information about your mysql server, its configurations etc you can check the many links on this page. Exploring more links is the key to master it <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h4>Lets create a database called &#8216;test&#8217;</h4>
<p>Now lets create a database called test. Put the name test in the Create New database box and click on create.</p>
<p style="text-align: center;"><a title="Create dbase screen using phpmyadmin" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11b.jpg"><img class="attachment wp-att-180 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11b.thumbnail.jpg" alt="Create dbase screen using phpmyadmin" width="425" height="250" /></a></p>
<p>You`ll see something similar to the above when you create your first database. Cool ! Now you might notice that I have boxed an area in the above image.</p>
<ul>
<li><span class="code">Structure</span> &#8211; Shows you the structure of the database (Schema)</li>
<li><span class="code">SQL</span> &#8211; You can use the query language to modify your database</li>
<li><span class="code">Search</span> &#8211; Search for a particular item</li>
<li><span class="code">Query</span> &#8211; Right now don`t worry about this much. <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><span class="code">Export/Import</span> &#8211; You can export your database in SQL or import an equivalent</li>
<li><span class="code">Operations</span> &#8211; Operations you can perform on your database</li>
<li><span class="code">Privileges</span> &#8211; Shows you the user who can use this database and his privileges.</li>
<li><span class="code">Drop</span> &#8211; Delete the database</li>
</ul>
<p>Phew that was quite a bunch ! Lets move on. Now we have created our database test. Lets create tables in it. Click on <span class="code">SQL</span> from the area I had marked in the image, and goto the next step.</p>
<h4>Create table &#8216;user&#8217;</h4>
<p style="text-align: center;"><a title="create table in phpmyadmin" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11c.jpg"><img class="attachment wp-att-181 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11c.thumbnail.jpg" alt="create table in phpmyadmin" width="425" height="250" /></a></p>
<p>You will see a page similar to the above image. Write a SQL query to create a table.</p>
<pre lang="sql">CREATE TABLE user (
id INT AUTO_INCREMENT NOT NULL,
user VARCHAR(50),
pass VARCHAR(50),
PRIMARY KEY(id) )</pre>
<p style="text-align: center;"><a title="phpmyadmin table code executed" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11d.jpg"><img class="attachment wp-att-188 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11d.thumbnail.jpg" alt="phpmyadmin table code executed" width="425" height="250" /></a></p>
<p>If the code was executed successfully you`ll see something similar to the above image. I think the image is self explainatory. On the left the table you just created under database test. Click on &#8216;test&#8217;. you will be taken to the &#8216;Table Info Page&#8217;.</p>
<h2 style="text-align: center;">phpMyAdmin Database Info page</h2>
<p style="text-align: center;"><a title="phpmyadmin database info page" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11i.jpg"><img class="attachment wp-att-193 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11i.thumbnail.jpg" alt="phpmyadmin database info page" width="425" height="251" /></a></p>
<p>This page is where all your tables of a particular database are shown. As shown in the above figure, in the database test, we currently have only 1 table i.e user.</p>
<h2 style="text-align: center;">phpMyAdmin Table Info page</h2>
<p style="text-align: center;"><a title="phpmyadmin table page" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11e.jpg"><img class="attachment wp-att-189 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11e.thumbnail.jpg" alt="phpmyadmin table page" width="425" height="250" /></a></p>
<p>Ok ! So you clicked on test and something similar to the above image will be displayed. This page shows you the structure of your table. As you can see, the table we had created has 3 attributes</p>
<ul>
<li><span class="code">id</span> -int (Primary key)</li>
<li><span class="code">user</span> -VARCHAR of size 50</li>
<li><span class="code">pass</span> &#8211; VARCHAR of size 50</li>
</ul>
<p>You can see in the above image, I have marked an area &#8220;edit the attributes&#8221;. Those little icons help to modify your attributes. From the Left -</p>
<ul>
<li><span class="code">Browse</span> &#8211; Browse values of a particular attribute</li>
<li><span class="code">edit &#8211; Edit structure of attribute, (example: change particular attribute&#8217;s datatype from VARCHAR to text)</span></li>
<li><span class="code">delete</span> &#8211; delete particular attribute</li>
<li><span class="code">Primary, Unique, Index</span>. (It is pretty self explainatory, if you know anything about DBMS)</li>
</ul>
<h4>Insert values inside table</h4>
<p>Ok, Now you know how to create a database, create table inside a database. Lets learn how to insert values inside our table. First goto the &#8216;user&#8217; &#8216;table info page&#8217;. then Click on <span class="code">Insert</span> in the top.</p>
<p style="text-align: center;"><a title="insert page phpmyadmin" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11f.jpg"><img class="attachment wp-att-195 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11f.thumbnail.jpg" alt="insert page phpmyadmin" width="425" height="250" /></a></p>
<p>You`ll see a page similar to the above image. As you can see, its pretty neatly laid out, I hope its not that tough for you to decide where to type your data <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  *There is no need to type anything in <span class="code">id</span>, since if you notice this line<br />
<span class="code">id INT AUTO_INCREMENT NOT NULL</span> which we had typed earlier to create a table ,you`ll see that <span class="code">id</span> is a primary key &amp; it auto increments as you go on inserting records.*</p>
<p style="text-align: center;"><a title="inserted values" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11g.jpg"><img class="attachment wp-att-197 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11g.thumbnail.jpg" alt="inserted values" width="425" height="251" /></a></p>
<p>The above image will be displayed once you have inserted your values successfully. Now since you have inserted values, you can double check or see what all values your table contains by clicking on the <span class="code">Browse</span> link on the top. It`ll browse the table for all the records. The following image is what it`ll look like.</p>
<h2 style="text-align: center;">phpMyAdmin Table browse page</h2>
<p style="text-align: center;"><a title="phpmyadmin browse all records" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11h.jpg"><img class="attachment wp-att-198 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11h.thumbnail.jpg" alt="phpmyadmin browse all records" width="425" height="251" /></a></p>
<p>You can see all the values for every record. You can edit, delete the records as well. The small Icons are very obvious and not hard to miss. PhpMyAdmin also gives the ability to see results for particular queries. Suppose you want to execute a query on a particular table then click on SQL on the top of the &#8216;Table Info/Browse Page&#8217;</p>
<h4>Execute SQL queries on your table</h4>
<p style="text-align: center;"><a title="phpmyadmin sql query" rel="lightbox[pics175]" href="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11j.jpg"><img class="attachment wp-att-205 centered" src="http://www.visionmasterdesigns.com/blog/wp-content/uploads/2008/07/t11j.thumbnail.jpg" alt="phpmyadmin sql query" width="425" height="251" /></a></p>
<p>The above page is how it`ll look like, you can type in any query to check.</p>
<p>Well, that was very basics of phpMyAdmin. If you guys want any help regarding other functions of phpmyadmin feel free to ask.</p>
<p>If the response for this tutorial is well, then I`ll move to the advanced phpmyadmin stuffz <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Enjoy Guys</p>
<div class="donate">Found this tutorial really useful, you can click here to donate.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_donations" />
<input name="business" type="hidden" value="rowoot@gmail.com" />
<input name="item_name" type="hidden" value="MICHEAL BENEDICT ARUL" />
<input name="no_shipping" type="hidden" value="0" />
<input name="no_note" type="hidden" value="1" />
<input name="currency_code" type="hidden" value="USD" />
<input name="tax" type="hidden" value="0" />
<input name="lc" type="hidden" value="IN" />
<input name="bn" type="hidden" value="PP-DonationsBF" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<p>else you can click on just any ad <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/tutorial-using-phpmyadmin-to-manage-mysql/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
