 
    
<?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: Creating a MySQL Database using XAMPP	</title>
	<atom:link href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Tue, 15 Jan 2019 19:16:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: richardsplanet		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-1546</link>

		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 15 Jan 2019 19:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-1546</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-1501&quot;&gt;Asha sukhwal&lt;/a&gt;.

The database is stored in &lt;code&gt;/xampp/mysql/data&lt;/code&gt;

Inside the &lt;code&gt;/data&lt;/code&gt; folder you will find a number of directories. Each directory corresponds to a database you have created. The files for each database are found inside those directories.

However, directly manipulating those files usually ends badly.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-1501">Asha sukhwal</a>.</p>
<p>The database is stored in <code>/xampp/mysql/data</code></p>
<p>Inside the <code>/data</code> folder you will find a number of directories. Each directory corresponds to a database you have created. The files for each database are found inside those directories.</p>
<p>However, directly manipulating those files usually ends badly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asha sukhwal		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-1501</link>

		<dc:creator><![CDATA[Asha sukhwal]]></dc:creator>
		<pubDate>Fri, 11 Jan 2019 12:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-1501</guid>

					<description><![CDATA[By default where the database wil be saved.]]></description>
			<content:encoded><![CDATA[<p>By default where the database wil be saved.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-54</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 09:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-54</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-53&quot;&gt;manikanta&lt;/a&gt;.

You&#039;re welcome and thanks for the positive feedback]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-53">manikanta</a>.</p>
<p>You&#8217;re welcome and thanks for the positive feedback</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manikanta		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-53</link>

		<dc:creator><![CDATA[manikanta]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 08:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-53</guid>

					<description><![CDATA[thanks for giving valuable guidence by this document]]></description>
			<content:encoded><![CDATA[<p>thanks for giving valuable guidence by this document</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-52</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 03 Jun 2012 13:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-52</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-51&quot;&gt;FASLU&lt;/a&gt;.

Your browser cannot directly access the MySQL database (or the data inside). To access and display the data, you need to use a script (it could be written in PHP) that accesses the MySQL database and then displays the result in a webpage.
&lt;a href=&quot;http://www.w3schools.com/&quot; rel=&quot;nofollow&quot;&gt;W3Schools&lt;/a&gt; has really good tutorials on various web based subjects (so there is no point in me repeating / duplicating them). For example, this &lt;a href=&quot;http://www.w3schools.com/php/php_mysql_connect.asp&quot; rel=&quot;nofollow&quot;&gt;page&lt;/a&gt; shows how to connect to a MySQL databse using PHP.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-51">FASLU</a>.</p>
<p>Your browser cannot directly access the MySQL database (or the data inside). To access and display the data, you need to use a script (it could be written in PHP) that accesses the MySQL database and then displays the result in a webpage.<br />
<a href="http://www.w3schools.com/" rel="nofollow">W3Schools</a> has really good tutorials on various web based subjects (so there is no point in me repeating / duplicating them). For example, this <a href="http://www.w3schools.com/php/php_mysql_connect.asp" rel="nofollow">page</a> shows how to connect to a MySQL databse using PHP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FASLU		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-51</link>

		<dc:creator><![CDATA[FASLU]]></dc:creator>
		<pubDate>Sun, 03 Jun 2012 11:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-51</guid>

					<description><![CDATA[how retrive xamp database to my html page]]></description>
			<content:encoded><![CDATA[<p>how retrive xamp database to my html page</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-50</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 03 May 2012 10:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-50</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-49&quot;&gt;yana&lt;/a&gt;.

Unfortunately, your questions are beyond the scope of the article. The article was about creating a database that can be used by a CMS (like Joomla! or WordPress). It is not about database programming or development.
However ...
Microsoft Access is a different database management application. By default Microsoft Access uses the Microsoft Jet Database. The database with XAMPP is MySQL.
You can definitely connect Microsoft Access to MySQL. There is nice tutorial on that &lt;a href=&quot;http://youtu.be/Ihx_-cuWL8E&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-examples-tools-with-access.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (section 21.1.5.4.3 - about half way down the page).
Dream Weaver can definitely be used for web development. Personally, I don&#039;t use it. I use available CMSes (like WordPress and Joomla) and find templates I like (maybe customizing them slightly).
My primary focus is on content creation (writing articles) and not web site development. Sorry.
Thanks again for your question.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-49">yana</a>.</p>
<p>Unfortunately, your questions are beyond the scope of the article. The article was about creating a database that can be used by a CMS (like Joomla! or WordPress). It is not about database programming or development.<br />
However &#8230;<br />
Microsoft Access is a different database management application. By default Microsoft Access uses the Microsoft Jet Database. The database with XAMPP is MySQL.<br />
You can definitely connect Microsoft Access to MySQL. There is nice tutorial on that <a href="http://youtu.be/Ihx_-cuWL8E" rel="nofollow">here</a> and <a href="http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-examples-tools-with-access.html" rel="nofollow">here</a> (section 21.1.5.4.3 &#8211; about half way down the page).<br />
Dream Weaver can definitely be used for web development. Personally, I don&#8217;t use it. I use available CMSes (like WordPress and Joomla) and find templates I like (maybe customizing them slightly).<br />
My primary focus is on content creation (writing articles) and not web site development. Sorry.<br />
Thanks again for your question.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yana		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-49</link>

		<dc:creator><![CDATA[yana]]></dc:creator>
		<pubDate>Thu, 03 May 2012 10:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-49</guid>

					<description><![CDATA[can it work with microsoft access? or dreamweaver? which better for creating a database system?]]></description>
			<content:encoded><![CDATA[<p>can it work with microsoft access? or dreamweaver? which better for creating a database system?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-48</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 03 May 2012 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-48</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-47&quot;&gt;yana&lt;/a&gt;.

XAMPP 1.7.7 is no more complicated to use than XAMPP 1.7.3.
There are two main differences: (1) the look and feel of the GUI has changed a little bit - but the functions are still the same; (2) XAMPP 1.7.7 has stricter error reporting enabled by default - this causes problems with some applications (like Joomla! 1.5, 1.6 and 1.7 - it works fin with Joomla! 2.5).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-47">yana</a>.</p>
<p>XAMPP 1.7.7 is no more complicated to use than XAMPP 1.7.3.<br />
There are two main differences: (1) the look and feel of the GUI has changed a little bit &#8211; but the functions are still the same; (2) XAMPP 1.7.7 has stricter error reporting enabled by default &#8211; this causes problems with some applications (like Joomla! 1.5, 1.6 and 1.7 &#8211; it works fin with Joomla! 2.5).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yana		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-47</link>

		<dc:creator><![CDATA[yana]]></dc:creator>
		<pubDate>Thu, 03 May 2012 00:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-47</guid>

					<description><![CDATA[im using xampp version 1.7.7. Is it complicated to use it?]]></description>
			<content:encoded><![CDATA[<p>im using xampp version 1.7.7. Is it complicated to use it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-46</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-46</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-45&quot;&gt;Damon&lt;/a&gt;.

My best guess is that Vista is blocking the MySQL.
Since I don&#039;t have Vista, I am not sure exactly what it could be, but it might be one of the following:
(1) the Vista firewall has blocked the port (3306) needed to connect to MySQL
(2) Vista is blocking the MySQL service (or application)
(3) perhaps the MySQL app needs to run with administrator privileges.
As I said, I don&#039;t have Vista, so my guesses might be wrong.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-45">Damon</a>.</p>
<p>My best guess is that Vista is blocking the MySQL.<br />
Since I don&#8217;t have Vista, I am not sure exactly what it could be, but it might be one of the following:<br />
(1) the Vista firewall has blocked the port (3306) needed to connect to MySQL<br />
(2) Vista is blocking the MySQL service (or application)<br />
(3) perhaps the MySQL app needs to run with administrator privileges.<br />
As I said, I don&#8217;t have Vista, so my guesses might be wrong.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Damon		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comment-45</link>

		<dc:creator><![CDATA[Damon]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 15:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-xampp#comment-45</guid>

					<description><![CDATA[XAMPP, Wordpress and Joomla install
My laptop has VISTA and the installation of XAMPP went smoothly. The apache webserver operates on port 80.  My phpmyadmin allows me to create databases, and grant privileges.  However, when I try installing wordpress it hangs on step 2 and joomla install is unable to connect to the database.  I have attempted no less than 10 installs on each - all unsuccessful.
I installed XAMPP on my computer running Windows 7, and both wordpress and joomla installed succesfully on the first try.]]></description>
			<content:encoded><![CDATA[<p>XAMPP, WordPress and Joomla install<br />
My laptop has VISTA and the installation of XAMPP went smoothly. The apache webserver operates on port 80.  My phpmyadmin allows me to create databases, and grant privileges.  However, when I try installing wordpress it hangs on step 2 and joomla install is unable to connect to the database.  I have attempted no less than 10 installs on each &#8211; all unsuccessful.<br />
I installed XAMPP on my computer running Windows 7, and both wordpress and joomla installed succesfully on the first try.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
