<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Hillyer, Mike</title>	<link>http://tc.eserver.org/authors/Hillyer,_Mike</link>
	<description>A bibliography of works by Hillyer, Mike in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Hillyer, Mike</title>
		<link>http://tc.eserver.org/dir/Hillyer,_Mike</link>
	</image>
	<item>
		<title>Migrating from Microsoft SQL Server and Access to MySQL</title>
		<link>http://tc.eserver.org/31816.html</link>
		<guid>http://tc.eserver.org/31816.html</guid>
		<description>In this article I will cover the basics of migrating an application from an Access or SQL Server database to MySQL. We&apos;ll start with various reasons why you should (or should not) migrate your existing Access or SQL Server database to MySQL, then cover the planning stages of an application migration. Next we will look at the tools and methods for migrating your actual data from Access/MSSQL to MySQL, followed by some general guidelines for modifying your client application from a Microsoft database to MySQL. Finally, we&apos;ll look at some considerations to make when deploying your new MySQL database and application.</description>
	</item>
	<item>
		<title>Connecting the MySQL GUI Tools to a Remote Server through a Firewall</title>
		<link>http://tc.eserver.org/25372.html</link>
		<guid>http://tc.eserver.org/25372.html</guid>
		<description>A large percentage of MySQL users are using MySQL on a web server hosted by an ISP. Most hosting providers block port 3306 (the MySQL server port) at the firewall, preventing outside access to MySQL. This is an important security practice and you should be very concerned if your ISP does not block port 3306. In this article I will demonstrate how to connect the MySQL GUI tools, including MySQL Administrator and MySQL Query Browser, to a remote server using SSH port forwarding. This article will be written with the assumption that the reader is using Microsoft Windows, but the principles presented will be applicable to Linux users.</description>
	</item>
	<item>
		<title>Managing Hierarchical Data in MySQL</title>
		<link>http://tc.eserver.org/25351.html</link>
		<guid>http://tc.eserver.org/25351.html</guid>
		<description>Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data has a parent-child relationship that is not naturally represented in a relational database table.</description>
	</item>
	<item>
		<title>Securing a MySQL Server on Windows</title>
		<link>http://tc.eserver.org/25352.html</link>
		<guid>http://tc.eserver.org/25352.html</guid>
		<description>Windows servers can be difficulty to keep secure. The intent of this article is to list the steps that an administrator can take to properly secure a MySQL installation on Windows. While the procedures listed are written for Windows users, the principles contained herein will be of benefit to users of Linux and Unix as well.</description>
	</item>
	<item>
		<title>VB/MySQL.com</title>
		<link>http://tc.eserver.org/25341.html</link>
		<guid>http://tc.eserver.org/25341.html</guid>
		<description>An online resource for people developing database-driven web applications using Visual Basic and MySQL.</description>
	</item>
	<item>
		<title>An Introduction to Database Normalization</title>
		<link>http://tc.eserver.org/24996.html</link>
		<guid>http://tc.eserver.org/24996.html</guid>
		<description>When users ask for advice about their database applications, one of the first things I try to help them with is the normalization of their table structure. Normalization is the process of removing redundant data from your tables in order to improve storage efficiency, data integrity and scalability. This improvement is balanced against an increase in complexity and potential performance losses from the joining of the normalized tables at query-time.</description>
	</item>
	<atom:link href="http://tc.eserver.org/authors/Hillyer,_Mike.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>