<?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"
	>

<channel>
	<title>mysqlbloggers.com</title>
	<atom:link href="http://mysqlbloggers.com/feed" rel="self" type="application/rss+xml" />
	<link>http://mysqlbloggers.com</link>
	<description>All about MySQL </description>
	<pubDate>Sun, 29 Mar 2009 22:35:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>How to backup/restore MySQL database without a plain dump?</title>
		<link>http://mysqlbloggers.com/how-to-backuprestore-mysql-database-without-a-plain-dump.php</link>
		<comments>http://mysqlbloggers.com/how-to-backuprestore-mysql-database-without-a-plain-dump.php#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:35:02 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Backup Mysql]]></category>

		<category><![CDATA[Database System]]></category>

		<category><![CDATA[Mysql Database]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/how-to-backuprestore-mysql-database-without-a-plain-dump.php</guid>
		<description><![CDATA[
jumpingrightin asked: How do you backup and restore a MySQL database on a Linux system without using the plain dump?
&#8220;Just copy the whole data folder of MySQL&#8221;
What is the Linux path to this?
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql131.jpg"><img src="/wp-content/uploads/cc/mysql131.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>jumpingrightin</strong> asked: </em><br/><br/><br/>How do you backup and restore a MySQL database on a Linux system without using the plain dump?<br />
&#8220;Just copy the whole data folder of MySQL&#8221;</p>
<p>What is the Linux path to this?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/how-to-backuprestore-mysql-database-without-a-plain-dump.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>I need to extract a decimal column from a MySql table but the result must be Integer, cast is not working?</title>
		<link>http://mysqlbloggers.com/i-need-to-extract-a-decimal-column-from-a-mysql-table-but-the-result-must-be-integer-cast-is-not-working.php</link>
		<comments>http://mysqlbloggers.com/i-need-to-extract-a-decimal-column-from-a-mysql-table-but-the-result-must-be-integer-cast-is-not-working.php#comments</comments>
		<pubDate>Sat, 28 Mar 2009 17:58:23 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/i-need-to-extract-a-decimal-column-from-a-mysql-table-but-the-result-must-be-integer-cast-is-not-working.php</guid>
		<description><![CDATA[
John B asked: I need to extract a decimal column from a MySql table but the result must be Integer instead decimal, somebody please??
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql128.jpg"><img src="/wp-content/uploads/cc/mysql128.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>John B</strong> asked: </em><br/><br/><br/>I need to extract a decimal column from a MySql table but the result must be Integer instead decimal, somebody please??<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/i-need-to-extract-a-decimal-column-from-a-mysql-table-but-the-result-must-be-integer-cast-is-not-working.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>How can I make a Flash guestbook without using php or mysql?</title>
		<link>http://mysqlbloggers.com/how-can-i-make-a-flash-guestbook-without-using-php-or-mysql.php</link>
		<comments>http://mysqlbloggers.com/how-can-i-make-a-flash-guestbook-without-using-php-or-mysql.php#comments</comments>
		<pubDate>Fri, 27 Mar 2009 01:20:25 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Flash Guestbook]]></category>

		<category><![CDATA[Flash Php]]></category>

		<category><![CDATA[Php Mysql]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/how-can-i-make-a-flash-guestbook-without-using-php-or-mysql.php</guid>
		<description><![CDATA[
stephenstripling asked: I have tried lots of tutorials but I NEVER can get it to work. So, How can I make a Flash guestbook without using php or mysql?
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql109.jpg"><img src="/wp-content/uploads/cc/mysql109.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>stephenstripling</strong> asked: </em><br/><br/><br/>I have tried lots of tutorials but I NEVER can get it to work. So, How can I make a Flash guestbook without using php or mysql?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/how-can-i-make-a-flash-guestbook-without-using-php-or-mysql.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mysql-How to use Count and Join to return count of related records, but also show all unrelated recs ungrouped?</title>
		<link>http://mysqlbloggers.com/mysql-how-to-use-count-and-join-to-return-count-of-related-records-but-also-show-all-unrelated-recs-ungrouped.php</link>
		<comments>http://mysqlbloggers.com/mysql-how-to-use-count-and-join-to-return-count-of-related-records-but-also-show-all-unrelated-recs-ungrouped.php#comments</comments>
		<pubDate>Thu, 26 Mar 2009 13:56:33 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Related Records]]></category>

		<category><![CDATA[Store Id]]></category>

		<category><![CDATA[Store Names]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/mysql-how-to-use-count-and-join-to-return-count-of-related-records-but-also-show-all-unrelated-recs-ungrouped.php</guid>
		<description><![CDATA[
Design Is Everything asked: Two dbases - Stores and Registrations. Each registration record is related to the Stores by a Store ID. I&#8217;m trying to get a count how many registration records there are per store. So a simple Group with would suffice:
select count(*) as thecount, store.id, store_name, registration_store_id, from STORES left join REGISTRATION on [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql122.jpg"><img src="/wp-content/uploads/cc/mysql122.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>Design Is Everything</strong> asked: </em><br/><br/><br/>Two dbases - Stores and Registrations. Each registration record is related to the Stores by a Store ID. I&#8217;m trying to get a count how many registration records there are per store. So a simple Group with would suffice:</p>
<p>select count(*) as thecount, store.id, store_name, registration_store_id, from STORES left join REGISTRATION on store.id = registration_store_id Group by registration_store_id</p>
<p>BUT, what I want is to also display ALL of the Store names regardless of whether they have a related record in the registration database. The problem is that with the Group by statement I&#8217;m simply left with a single row that is a count of ALL the stores with no related record (a NULL value in the registration_store_id.</p>
<p>How can I do this?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/mysql-how-to-use-count-and-join-to-return-count-of-related-records-but-also-show-all-unrelated-recs-ungrouped.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Introduction to mysql</title>
		<link>http://mysqlbloggers.com/introduction-to-mysql.php</link>
		<comments>http://mysqlbloggers.com/introduction-to-mysql.php#comments</comments>
		<pubDate>Mon, 23 Mar 2009 21:35:30 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/introduction-to-mysql.php</guid>
		<description><![CDATA[
leanjhuls posted video: 

introduction to mysql
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"></div>
<div><em><strong>leanjhuls</strong> posted video: </em><br/><br/>
<div class="cc_video"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ls-GGzDkQzc&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ls-GGzDkQzc&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
<p><br/>introduction to mysql<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/introduction-to-mysql.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP MySQL report</title>
		<link>http://mysqlbloggers.com/php-mysql-report.php</link>
		<comments>http://mysqlbloggers.com/php-mysql-report.php#comments</comments>
		<pubDate>Mon, 23 Mar 2009 20:02:46 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[Mysql Php]]></category>

		<category><![CDATA[Php Mysql]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/php-mysql-report.php</guid>
		<description><![CDATA[
SullivanSoftware posted video: 

PHP MySQL reports
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"></div>
<div><em><strong>SullivanSoftware</strong> posted video: </em><br/><br/>
<div class="cc_video"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Qd89ccXz75g&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Qd89ccXz75g&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
<p><br/>PHP MySQL reports<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/php-mysql-report.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>How can I use PHP to generate a URL, each time a new entry is made into a MySQL database?</title>
		<link>http://mysqlbloggers.com/how-can-i-use-php-to-generate-a-url-each-time-a-new-entry-is-made-into-a-mysql-database.php</link>
		<comments>http://mysqlbloggers.com/how-can-i-use-php-to-generate-a-url-each-time-a-new-entry-is-made-into-a-mysql-database.php#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:25:51 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Mysql Database]]></category>

		<category><![CDATA[Mysql Db]]></category>

		<category><![CDATA[Php Form]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/how-can-i-use-php-to-generate-a-url-each-time-a-new-entry-is-made-into-a-mysql-database.php</guid>
		<description><![CDATA[
Kizzeith asked: I want to be able to enter info into a MySql db via a php form (I know how to do that.) When it&#8217;s entered, I want to have a URL generated automatically that the record (entered) can be viewed from&#8230;
Does that make sense? Does PHP have a function for this?
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql133.jpg"><img src="/wp-content/uploads/cc/mysql133.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>Kizzeith</strong> asked: </em><br/><br/><br/>I want to be able to enter info into a MySql db via a php form (I know how to do that.) When it&#8217;s entered, I want to have a URL generated automatically that the record (entered) can be viewed from&#8230;</p>
<p>Does that make sense? Does PHP have a function for this?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/how-can-i-use-php-to-generate-a-url-each-time-a-new-entry-is-made-into-a-mysql-database.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web server with PHP, MySQL and Apache on Windows XP</title>
		<link>http://mysqlbloggers.com/web-server-with-php-mysql-and-apache-on-windows-xp.php</link>
		<comments>http://mysqlbloggers.com/web-server-with-php-mysql-and-apache-on-windows-xp.php#comments</comments>
		<pubDate>Mon, 23 Mar 2009 00:40:53 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Apache Windows]]></category>

		<category><![CDATA[Hello World]]></category>

		<category><![CDATA[Web Server Setup]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/web-server-with-php-mysql-and-apache-on-windows-xp.php</guid>
		<description><![CDATA[
tekhneek posted video: 

This tutorial is designed to help newbies get a web server setup and running. This tutorial will take you from no web server, to a fully working WAMP (Windows, Apache, MySQL and PHP) web server installation including &#8220;Hello World&#8221; in PHP for the hell of it.
Read the article
www.crainbandy.com
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"></div>
<div><em><strong>tekhneek</strong> posted video: </em><br/><br/>
<div class="cc_video"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Cz7Kpn9qBKQ&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Cz7Kpn9qBKQ&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
<p><br/>This tutorial is designed to help newbies get a web server setup and running. This tutorial will take you from no web server, to a fully working WAMP (Windows, Apache, MySQL and PHP) web server installation including &#8220;Hello World&#8221; in PHP for the hell of it.</p>
<p>Read the article<br />
www.crainbandy.com<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/web-server-with-php-mysql-and-apache-on-windows-xp.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between MySQL and the Microsoft SQL? Which one is better?</title>
		<link>http://mysqlbloggers.com/what-is-the-difference-between-mysql-and-the-microsoft-sql-which-one-is-better.php</link>
		<comments>http://mysqlbloggers.com/what-is-the-difference-between-mysql-and-the-microsoft-sql-which-one-is-better.php#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:29:56 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Microsoft Sql]]></category>

		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/what-is-the-difference-between-mysql-and-the-microsoft-sql-which-one-is-better.php</guid>
		<description><![CDATA[
Nicholas M asked: How is the Microsoft SQL better than MySQL?  Which is better for security?  E-Commerce? Most importantly, Which uses a cheaper server to run on the web?
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql132.jpg"><img src="/wp-content/uploads/cc/mysql132.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>Nicholas M</strong> asked: </em><br/><br/><br/>How is the Microsoft SQL better than MySQL?  Which is better for security?  E-Commerce? Most importantly, Which uses a cheaper server to run on the web?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/what-is-the-difference-between-mysql-and-the-microsoft-sql-which-one-is-better.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>How do I make my MySQL table automatically make a timestamp when new data is added?</title>
		<link>http://mysqlbloggers.com/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added.php</link>
		<comments>http://mysqlbloggers.com/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added.php#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:45:10 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Programming &amp; Design]]></category>

		<category><![CDATA[Columns]]></category>

		<category><![CDATA[Mysql Table]]></category>

		<category><![CDATA[Timestamp Column]]></category>

		<guid isPermaLink="false">http://mysqlbloggers.com/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added.php</guid>
		<description><![CDATA[
Carbonbased Lifeform asked: I am trying to create a MySQL table with three columns.  Two colummns are for data and a third the time at which the data is inserted.  When I create the table, how do I write out the command to tell MySQL to create a timestamp column?
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/mysql98.jpg"><img src="/wp-content/uploads/cc/mysql98.jpg" title='mysql' alt='mysql' /></a></div>
<div><em><strong>Carbonbased Lifeform</strong> asked: </em><br/><br/><br/>I am trying to create a MySQL table with three columns.  Two colummns are for data and a third the time at which the data is inserted.  When I create the table, how do I write out the command to tell MySQL to create a timestamp column?<br/><br/><a href=''></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mysqlbloggers.com/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added.php/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
