<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>MySQL Dictionary</title>
	<link>http://www.mysqldictionary.com</link>
	<description>A Quick Reference For All Things MySQL</description>
	<lastBuildDate>Tue, 27 Nov 2007 16:19:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>DRBD</title>
		<description>Description

DRBD is a high-availability solution for MySQL that combines MySQL, Linux Heartbeat and Distributed Replicated Block Device (DRBD) for a hot-standby solution that synchronously replicates MySQL data between the primary and secondary server.

The key benefit of DRBD over replication is that it enforces data synchronization between the primary and secondary ...</description>
		<link>http://www.mysqldictionary.com/concepts/drbd</link>
			</item>
	<item>
		<title>1045</title>
		<description> Definition

Error 1045 is returned when a user is denied permission to connect to the MySQL server.

Sample

[localhost]$ mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Resolution

	If the message ends with  '(using password: NO)', no password was specified while connecting. Add -p to the call to the mysql ...</description>
		<link>http://www.mysqldictionary.com/error-codes/1045</link>
			</item>
	<item>
		<title>SQL_CALC_FOUND_ROWS</title>
		<description>
Definition
The SQL_CALC_FOUND_ROWS keyword is used when the result set of a query will be restricted by a LIMIT clause, instructing the MySQL server to store the number of rows that would have been returned had the result set not been restricted. The stored value is exposed through the FOUND_ROWS() function.
Sample
In ...</description>
		<link>http://www.mysqldictionary.com/keywords/query-keywords/sql_calc_found_rows</link>
			</item>
	<item>
		<title>Proven Scaling</title>
		<description>Description

Proven Scaling is a MySQL consulting company founded by Jeremy Cole and Eric Bergen. Jeremy and Eric both formerly worked at Yahoo! and Jeremy was previously over training at MySQL AB.

Proven Scaling provides a variety of services from performance consulting to training and is located in the United States.
Further Reference
Proven ...</description>
		<link>http://www.mysqldictionary.com/companies/proven-scaling</link>
			</item>
	<item>
		<title>Paul DuBois</title>
		<description>Description

Paul DuBois is a Senior Technical Writer working for MySQL AB.

Paul is the author of several books related to MySQL:

	MySQL (3rd Edition) (Developer's Library)
	MySQL Cookbook
	MySQL 5.0 Certification Study Guide (MySQL Press)
	MySQL and Perl for the Web (Landmark)

Paul has also authored technical books unrelated to MySQL:

	Using csh &#38; tcsh (Nutshell Handbooks)
	Software ...</description>
		<link>http://www.mysqldictionary.com/people/paul-dubois</link>
			</item>
	<item>
		<title>1033</title>
		<description>
Definition
Error 1033 generally points to corruption of the .frm file for the table being queried. This can be caused by InnoDB reconfiguration, form file corruption, and permissions issued.
Sample

SELECT COUNT(*) FROM auth;
ERROR 1033 (HY000): Incorrect information in file: './auth/auth.frm

Resolution

	 Check that the permissions on /tmp/ allow for reading and writing by ...</description>
		<link>http://www.mysqldictionary.com/error-codes/1033</link>
			</item>
	<item>
		<title>17</title>
		<description>
Definition
Error 17 indicates that that either the MySQL server encountered an issue while trying to delete the directory containing the database to be dropped, or tried to create a temporary file that already existed during an ALTER TABLE statement.
Sample
mysql&#62; DROP DATABASE foo;
Error dropping database (can't rmdir './foo/', errno: 17)

mysql&#62; ALTER ...</description>
		<link>http://www.mysqldictionary.com/error-codes/17</link>
			</item>
	<item>
		<title>WITH ROLLUP</title>
		<description>
Definition
The WITH ROLLUP clause is used with GROUP BY queries to generate extra rows in the dataset that represent group totals. Summary rows will show NULL in the group column(s) being summarized. WITH ROLLUP will summarize multiple level of groupings, providing totals across each group level. The WITH ROLLUP clause ...</description>
		<link>http://www.mysqldictionary.com/keywords/with-rollup</link>
			</item>
	<item>
		<title>Cannot Create Windows Service for MySQL. Error:0</title>
		<description>
Definition
When the MySQL server is installed as a service on Windows, it tries to use the service name mysql by default. If a previous installation was not completely removed before installing, this error can be encountered. This occurs because the  mysql service already exists on the machine.
Sample
Cannot Create Windows ...</description>
		<link>http://www.mysqldictionary.com/error-messages/cannot-create-windows-service-for-mysql-error0</link>
			</item>
	<item>
		<title>Client does not support authentication protocol requested by server; consider upgrading MySQL client</title>
		<description>
Definition
In MySQL version 4.1, the authentication protocol used for MySQL client-server communications was changed to make it more secure. This changed the format of hashed user passwords and broke compatibility for all clients and APIs designed against MySQL 4.0.
Sample
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider ...</description>
		<link>http://www.mysqldictionary.com/error-messages/client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client</link>
			</item>
</channel>
</rss>
