Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.64
diff -u -r1.64 INSTALL.txt
--- INSTALL.txt	8 Feb 2008 03:13:12 -0000	1.64
+++ INSTALL.txt	11 Feb 2008 12:58:58 -0000
@@ -18,7 +18,7 @@
 (http://www.php.net/) and either MySQL (http://www.mysql.com/) or PostgreSQL
 (http://www.postgresql.org/). The Apache web server and MySQL database are
 recommended; other web server and database combinations such as IIS and
-PostgreSQL have been tested to a lesser extent. When using MySQL, version 4.1.1
+PostgreSQL have been tested to a lesser extent. When using MySQL, version 5.0
 or greater is recommended to assure you can safely transfer the database.
 
 For more detailed information about Drupal requirements, see "Requirements"
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.586
diff -u -r1.586 system.module
--- modules/system/system.module	6 Feb 2008 19:52:54 -0000	1.586
+++ modules/system/system.module	11 Feb 2008 12:41:28 -0000
@@ -29,7 +29,7 @@
 /**
  * Minimum supported version of MySQL, if it is used.
  */
-define('DRUPAL_MINIMUM_MYSQL',  '4.1.1');
+define('DRUPAL_MINIMUM_MYSQL',  '5.0');
 
 /**
  * Minimum supported version of PostgreSQL, if it is used.
