<?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>belle's sql musings &#187; MySQL</title>
	<atom:link href="http://www.sqlmusings.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Tue, 03 Aug 2010 18:04:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generating Random Data for SQL Server and MySQL</title>
		<link>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/</link>
		<comments>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 06:09:05 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[DBA Toolbox / T-SQL Scripts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/</guid>
		<description><![CDATA[SQL Server – uses NEWID() in ORDER BY


   1: -- using the AdventureWorks Database
   2: SELECT
   3:     TOP 10
   4:     DepartmentID,
   5:     [Name]
   6: FROM
   7:    [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/' rel='bookmark' title='Permanent Link: Indispensible MySQL Resources'>Indispensible MySQL Resources</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/' rel='bookmark' title='Permanent Link: MySQL EXPLAIN Cheat Sheet'>MySQL EXPLAIN Cheat Sheet</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/09/generating-xsd-from-an-xml-file/' rel='bookmark' title='Permanent Link: Generating XSD from an XML File'>Generating XSD from an XML File</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/13/valid-sqlxml-xsd-data-types-and-sample-sql-server-xml-schemas/' rel='bookmark' title='Permanent Link: Valid SQLXML XSD Data Types, and Sample SQL Server XML Schemas'>Valid SQLXML XSD Data Types, and Sample SQL Server XML Schemas</a> <small>...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL EXPLAIN Cheat Sheet</title>
		<link>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/</link>
		<comments>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 05:22:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/08/19/mysql-explain-cheat-sheet/</guid>
		<description><![CDATA[Came across this handy cheat sheet for MySQL EXPLAIN:
http://www.beberlei.de/mysql_explain.html
EXPLAIN is a clause in MySQL that explains how a SELECT statement will be executed, and allows one to determine whether the indexing scheme is effective or not. 



Share : 


	
	
	
	
	
	
	




Related posts:SQL Server 2005 Cheat Sheet ...SQL Server-Related Cheat Sheets That Can Save You Time ...Indispensible MySQL [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/10/08/sql-server-2005-cheat-sheet/' rel='bookmark' title='Permanent Link: SQL Server 2005 Cheat Sheet'>SQL Server 2005 Cheat Sheet</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/17/sql-server-related-cheat-sheets-that-can-save-you-time/' rel='bookmark' title='Permanent Link: SQL Server-Related Cheat Sheets That Can Save You Time'>SQL Server-Related Cheat Sheets That Can Save You Time</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/' rel='bookmark' title='Permanent Link: Indispensible MySQL Resources'>Indispensible MySQL Resources</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/' rel='bookmark' title='Permanent Link: Generating Random Data for SQL Server and MySQL'>Generating Random Data for SQL Server and MySQL</a> <small>...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indispensible MySQL Resources</title>
		<link>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/</link>
		<comments>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 05:53:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tools]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/07/14/indispensible-mysql-resources/</guid>
		<description><![CDATA[Doug Bromley of Straw Dogs have posted 20 Indispensible MySQL Resources, which include

SQLYog
phpMyAdmin

In addition, the following tools are in my MySQL toolbox if I am wearing my MySQL DBA hat on: 

Navicat Lite
MySQL GUI Tools (Workbench, Query Browser, Migration Toolkit, Administrator)
Toad for MySQL 
Toad Data Modeler
DBDesigner




Share : 


	
	
	
	
	
	
	




Related posts:MySQL EXPLAIN Cheat Sheet ...Generating Random Data [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/' rel='bookmark' title='Permanent Link: MySQL EXPLAIN Cheat Sheet'>MySQL EXPLAIN Cheat Sheet</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/' rel='bookmark' title='Permanent Link: Generating Random Data for SQL Server and MySQL'>Generating Random Data for SQL Server and MySQL</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2007/11/18/devteachvantug-presentation-resources/' rel='bookmark' title='Permanent Link: DevTeach/VANTUG Presentation: Resources'>DevTeach/VANTUG Presentation: Resources</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/04/sql-server-2008-jumpstart-and-other-resources/' rel='bookmark' title='Permanent Link: SQL Server 2008 Jumpstart and other resources'>SQL Server 2008 Jumpstart and other resources</a> <small>...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase an InnoDB log file size</title>
		<link>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/</link>
		<comments>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 11:10:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2007/11/21/how-to-increase-an-innodb-log-file-size/</guid>
		<description><![CDATA[(MySQL 5.0)
Had a question from a student:
Problem:
He is trying to increase the innodb log file size by altering his .ini file.
After he makes the changes to the .ini file, he attempts to restart the server but fails.
Error messages indicate:
-ib_logfile0 has a different size
-can&#8217;t initialize database
Solution:
The solution was posted by Jay Pipes in the MySQL forum [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/10/09/generating-xsd-from-an-xml-file/' rel='bookmark' title='Permanent Link: Generating XSD from an XML File'>Generating XSD from an XML File</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2010/03/10/ssrs-error-configuration-file-contains-an-element-that-is-not-valid/' rel='bookmark' title='Permanent Link: SSRS Error: configuration file contains an element that is not valid'>SSRS Error: configuration file contains an element that is not valid</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2009/03/21/sqlxml-how-to-save-xml-query-results-to-a-file-using-bcp/' rel='bookmark' title='Permanent Link: SQLXML : How To Save XML Query Results to a File Using BCP'>SQLXML : How To Save XML Query Results to a File Using BCP</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2009/03/20/sqlxml-how-to-bulk-load-xml-from-a-file-using-openxml/' rel='bookmark' title='Permanent Link: SQLXML : How to Bulk Load XML From a File Using OPENXML'>SQLXML : How to Bulk Load XML From a File Using OPENXML</a> <small>...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
