<?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>headcrash industries &#124; blog &#187; Databases</title>
	<atom:link href="http://blog.gerke-preussner.de/category/administration/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gerke-preussner.de</link>
	<description>curing the daily madness of software engineering</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL default-character-set is Deprecated in Windows Event Log</title>
		<link>http://blog.gerke-preussner.de/2010/08/mysql-default-character-set-is-deprecated-in-windows-event-log/</link>
		<comments>http://blog.gerke-preussner.de/2010/08/mysql-default-character-set-is-deprecated-in-windows-event-log/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:22:19 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=414</guid>
		<description><![CDATA[
Current versions of MySQL 5.1.x appear to ship with an outdated default configuration file that generates the following warning in the Windows Event Log upon restarting the MySQL service: The syntax &#8216;&#8211;default-character-set&#8217; is deprecated and will be removed in a future release. Please use &#8211;character-set-server instead.

Solution

Perform the following steps to prevent the warning:

Open the MySQL ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/08/mysql-default-character-set-is-deprecated-in-windows-event-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Express on Windows Vista 64-bit</title>
		<link>http://blog.gerke-preussner.de/2010/02/sql-server-2005-express-on-windows-vista-64-bit/</link>
		<comments>http://blog.gerke-preussner.de/2010/02/sql-server-2005-express-on-windows-vista-64-bit/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:43:15 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=255</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Sunday, April 13. 2008.

At the very bottom of the SQL Server 2005 Express download page, Microsoft offers 64-bit versions of their installers. Unfortunately, this is not everything you need to run SQL Server Express on 64-bit versions of Windows Vista. As it turns ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/02/sql-server-2005-express-on-windows-vista-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Configuration Wizzard on Windows Vista</title>
		<link>http://blog.gerke-preussner.de/2010/02/mysql-configuration-wizzard-on-windows-vista/</link>
		<comments>http://blog.gerke-preussner.de/2010/02/mysql-configuration-wizzard-on-windows-vista/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:32:26 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[wizzard]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=246</guid>
		<description><![CDATA[This article is part of a backup. It was originally posted on Sunday, April 13. 2008.

The MySQL Server Instance Configuration Wizzard MySQLInstanceConfig.exe (current version 1.0.10.0) that comes with the MySQL Server Community Edition (current version 5.0.51a) has a typo in the embedded manifest file that prevents it from running on Windows Vista machines.


The error can ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/02/mysql-configuration-wizzard-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty Backup Script for MySQL on Windows</title>
		<link>http://blog.gerke-preussner.de/2010/02/quick-and-dirty-backup-script-for-mysql-on-windows/</link>
		<comments>http://blog.gerke-preussner.de/2010/02/quick-and-dirty-backup-script-for-mysql-on-windows/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:36:32 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=165</guid>
		<description><![CDATA[
The following batch file is a simple backup script for MySQL. It exports all databases into a temporary SQL dump file and compresses it using 7Zip into a file with the current date as its name. It also automatically deletes backups that are older than 30 days.


Here is how to get started:


Copy the batch file ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/02/quick-and-dirty-backup-script-for-mysql-on-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Resetting privileges for MySQL root account</title>
		<link>http://blog.gerke-preussner.de/2010/01/resetting-privileges-for-mysql-root-account/</link>
		<comments>http://blog.gerke-preussner.de/2010/01/resetting-privileges-for-mysql-root-account/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:15:52 +0000</pubDate>
		<dc:creator>Gerke M. Preussner</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.gerke-preussner.de/?p=122</guid>
		<description><![CDATA[
I played around with the HeidiSQL front-end for MySQL and somehow managed to remove all privileges from the database&#8217;s root account while editing other user accounts. Needless to say, none of the other accounts had access to the administrative internals of MySQL, so that I essentially threw away the master key to my database server.

Solution

Luckily, ]]></description>
		<wfw:commentRss>http://blog.gerke-preussner.de/2010/01/resetting-privileges-for-mysql-root-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
