I just installed Apache 2.2, PHP 5.2.6, and MySQL 6.0 (with the GUI tools). I know for a fact that these three are working, because I was able to run Drupal 6.3's install.php. Everything is fine until I supply it with the MySQL database name... after that, I get this error on screen for barely a moment:

user warning: Table 'databasename.cache' doesn't exist query: DELETE FROM cache WHERE cid = 'variables' in C:\vivek\drupal v6.3\includes\cache.inc on line 179.

Immediately afterwards, I get a white screen of death. If I check my Apache error log, I see this:

[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.access' doesn't exist\nquery: SELECT 1 FROM access WHERE type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.users' doesn't exist\nquery: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'icda3q8a3ru5jrnap78ph7udo3' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.variable' doesn't exist\nquery: SELECT * FROM variable in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Notice: Undefined variable: variables in C:\\vivek\\drupal v6.3\\includes\\bootstrap.inc on line 432
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = '', created = 1216887158, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Notice: Undefined variable: variables in C:\\vivek\\drupal v6.3\\includes\\bootstrap.inc on line 439
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:38 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.url_alias' doesn't exist\nquery: SELECT COUNT(pid) FROM url_alias in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128
[Thu Jul 24 04:12:47 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE actions (\n`aid` VARCHAR(255) NOT NULL DEFAULT '0', \n`type` VARCHAR(32) NOT NULL DEFAULT '', \n`callback` VARCHAR(255) NOT NULL DEFAULT '', \n`parameters` LONGTEXT NOT NULL, \n`description` VARCHAR(255) NOT NULL DEFAULT '0', \nPRIMARY KEY (aid)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:47 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:47 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache_form (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:47 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache_page (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:47 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache_menu (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE menu_router (\n`path` VARCHAR(255) NOT NULL DEFAULT '', \n`load_functions` VARCHAR(255) NOT NULL DEFAULT '', \n`to_arg_functions` VARCHAR(255) NOT NULL DEFAULT '', \n`access_callback` VARCHAR(255) NOT NULL DEFAULT '', \n`access_arguments` TEXT DEFAULT NULL, \n`page_callback` VARCHAR(255) NOT NULL DEFAULT '', \n`page_arguments` TEXT DEFAULT NULL, \n`fit` INT NOT NULL DEFAULT 0, \n`number_parts` SMALLINT NOT NULL DEFAULT 0, \n`tab_parent` VARCHAR(255) NOT NULL DEFAULT '', \n`tab_root` VARCHAR(255) NOT NULL DEFAULT '', \n`title` VARCHAR(255) NOT NULL DEFAULT '', \n`title_callback` VARCHAR(255) NOT NULL DEFAULT '', \n`title_arguments` VARCHAR(255) NOT NULL DEFAULT '', \n`type` INT NOT NULL DEFAULT 0, \n`block_callback` VARCHAR(255) NOT NULL DEFAULT '', \n`description` TEXT NOT NULL, \n`position` VARCHAR(255) NOT NULL DEFAULT '', \n`weight` in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE system (\n`filename` VARCHAR(255) NOT NULL DEFAULT '', \n`name` VARCHAR(255) NOT NULL DEFAULT '', \n`type` VARCHAR(255) NOT NULL DEFAULT '', \n`owner` VARCHAR(255) NOT NULL DEFAULT '', \n`status` INT NOT NULL DEFAULT 0, \n`throttle` TINYINT NOT NULL DEFAULT 0, \n`bootstrap` INT NOT NULL DEFAULT 0, \n`schema_version` SMALLINT NOT NULL DEFAULT -1, \n`weight` INT NOT NULL DEFAULT 0, \n`info` TEXT DEFAULT NULL, \nPRIMARY KEY (filename), \nINDEX modules (type(12), status, weight, filename), \nINDEX bootstrap (type(12), status, bootstrap, weight, filename)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE filter_formats (\n`format` INT NOT NULL auto_increment, \n`name` VARCHAR(255) NOT NULL DEFAULT '', \n`roles` VARCHAR(255) NOT NULL DEFAULT '', \n`cache` TINYINT NOT NULL DEFAULT 0, \nPRIMARY KEY (format), \nUNIQUE KEY name (name)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache_filter (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'block' AND type = 'module' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE cache_block (\n`cid` VARCHAR(255) NOT NULL DEFAULT '', \n`data` LONGBLOB DEFAULT NULL, \n`expire` INT NOT NULL DEFAULT 0, \n`created` INT NOT NULL DEFAULT 0, \n`headers` TEXT DEFAULT NULL, \n`serialized` SMALLINT NOT NULL DEFAULT 0, \nPRIMARY KEY (cid), \nINDEX expire (expire)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:48 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'user' AND type = 'module' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:49 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'node' AND type = 'module' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:49 2008] [error] [client 127.0.0.1] PHP Warning: Specified key was too long; max key length is 767 bytes\nquery: CREATE TABLE node_access (\n`nid` INT unsigned NOT NULL DEFAULT 0, \n`gid` INT unsigned NOT NULL DEFAULT 0, \n`realm` VARCHAR(255) NOT NULL DEFAULT '', \n`grant_view` TINYINT unsigned NOT NULL DEFAULT 0, \n`grant_update` TINYINT unsigned NOT NULL DEFAULT 0, \n`grant_delete` TINYINT unsigned NOT NULL DEFAULT 0, \nPRIMARY KEY (nid, gid, realm)\n) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:49 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'comment' AND type = 'module' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:49 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'taxonomy' AND type = 'module' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT filename, name, type, status, throttle, schema_version FROM system WHERE type = 'theme' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: DELETE FROM system WHERE type = 'theme' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('pushbutton', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\\"name\\";s:10:\\"Pushbutton\\";s:11:\\"description\\";s:52:\\"Tabled, multi-column theme in blue and orange tones.\\";s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:6:\\"engine\\";s:11:\\"phptemplate\\";s:7:\\"project\\";s:6:\\"drupal\\";s:9:\\"datestamp\\";s:10:\\"1215640509\\";s:7:\\"regions\\";a:5:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:13:\\"Right sidebar\\";s:7:\\"content\\";s:7:\\"Content\\";s:6:\\"header\\";s:6:\\"Header\\";s:6:\\"footer\\";s:6:\\"Footer\\";}s:8:\\"features\\";a:10:{i:0;s:20:\\"comment_user_p in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('minnelli', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\\"name\\";s:8:\\"Minnelli\\";s:11:\\"description\\";s:56:\\"Tableless, recolorable, multi-column, fixed width theme.\\";s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:10:\\"base theme\\";s:7:\\"garland\\";s:11:\\"stylesheets\\";a:1:{s:3:\\"all\\";a:1:{s:12:\\"minnelli.css\\";s:36:\\"themes/garland/minnelli/minnelli.css\\";}}s:7:\\"project\\";s:6:\\"drupal\\";s:9:\\"datestamp\\";s:10:\\"1215640509\\";s:7:\\"regions\\";a:5:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:13:\\"Right sidebar\\";s:7:\\"content\\";s:7:\\"Content\\";s:6:\\"h in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('garland', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\\"name\\";s:7:\\"Garland\\";s:11:\\"description\\";s:66:\\"Tableless, recolorable, multi-column, fluid width theme (default).\\";s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:6:\\"engine\\";s:11:\\"phptemplate\\";s:11:\\"stylesheets\\";a:2:{s:3:\\"all\\";a:1:{s:9:\\"style.css\\";s:24:\\"themes/garland/style.css\\";}s:5:\\"print\\";a:1:{s:9:\\"print.css\\";s:24:\\"themes/garland/print.css\\";}}s:7:\\"project\\";s:6:\\"drupal\\";s:9:\\"datestamp\\";s:10:\\"1215640509\\";s:7:\\"regions\\";a:5:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:1 in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('marvin', '', 'a:13:{s:4:\\"name\\";s:6:\\"Marvin\\";s:11:\\"description\\";s:31:\\"Boxy tabled theme in all grays.\\";s:7:\\"regions\\";a:2:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:13:\\"Right sidebar\\";}s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:10:\\"base theme\\";s:9:\\"chameleon\\";s:7:\\"project\\";s:6:\\"drupal\\";s:9:\\"datestamp\\";s:10:\\"1215640509\\";s:8:\\"features\\";a:10:{i:0;s:20:\\"comment_user_picture\\";i:1;s:7:\\"favicon\\";i:2;s:7:\\"mission\\";i:3;s:4:\\"logo\\";i:4;s:4:\\"name\\";i:5;s:17:\\"node_user_picture\\";i:6;s:6:\\"search\\";i:7;s:6:\\"slogan\\&quot in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('chameleon', 'themes/chameleon/chameleon.theme', 'a:12:{s:4:\\"name\\";s:9:\\"Chameleon\\";s:11:\\"description\\";s:42:\\"Minimalist tabled theme with light colors.\\";s:7:\\"regions\\";a:2:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:13:\\"Right sidebar\\";}s:8:\\"features\\";a:4:{i:0;s:4:\\"logo\\";i:1;s:7:\\"favicon\\";i:2;s:4:\\"name\\";i:3;s:6:\\"slogan\\";}s:11:\\"stylesheets\\";a:1:{s:3:\\"all\\";a:2:{s:9:\\"style.css\\";s:26:\\"themes/chameleon/style.css\\";s:10:\\"common.css\\";s:27:\\"themes/chameleon/common.css\\";}}s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:7:\\"project\\";s:6:\\"drupal\\ in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:50 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('bluemarine', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\\"name\\";s:10:\\"Bluemarine\\";s:11:\\"description\\";s:66:\\"Table-based multi-column theme with a marine and ash color scheme.\\";s:7:\\"version\\";s:3:\\"6.3\\";s:4:\\"core\\";s:3:\\"6.x\\";s:6:\\"engine\\";s:11:\\"phptemplate\\";s:7:\\"project\\";s:6:\\"drupal\\";s:9:\\"datestamp\\";s:10:\\"1215640509\\";s:7:\\"regions\\";a:5:{s:4:\\"left\\";s:12:\\"Left sidebar\\";s:5:\\"right\\";s:13:\\"Right sidebar\\";s:7:\\"content\\";s:7:\\"Content\\";s:6:\\"header\\";s:6:\\"Header\\";s:6:\\"footer\\";s:6:\\"Footer\\";}s:8:\\"features\\";a:10:{i:0;s:20:\\" in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: UPDATE system SET status = 1 WHERE type = 'theme' AND name = 'garland' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.node_access' doesn't exist\nquery: INSERT INTO node_access (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (0, 0, 'all', 1, 0, 0) in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.filter_formats' doesn't exist\nquery: INSERT INTO filter_formats (name, roles, cache) VALUES ('Filtered HTML', ',1,2,', 1) in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.filter_formats' doesn't exist\nquery: INSERT INTO filter_formats (name, roles, cache) VALUES ('Full HTML', '', 1) in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: INSERT INTO system (filename, name, type, owner, status, throttle, bootstrap, schema_version) VALUES('modules/system/system.module', 'system', 'module', '', 1, 0, 0, 6047) in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = 'a:3:{s:13:\\"filter_html_1\\";i:1;s:18:\\"node_options_forum\\";a:1:{i:0;s:6:\\"status\\";}s:13:\\"theme_default\\";s:7:\\"garland\\";}', created = 1216887171, expire = 0, headers = '', serialized = 1 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:51 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:52 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:52 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = 'a:5:{s:18:\\"drupal_private_key\\";s:64:\\"837891b99d70a10df49f9b3de8b6a9856b31ebb73ca63379ac1174f4ea567c4b\\";s:13:\\"filter_html_1\\";i:1;s:12:\\"install_task\\";s:21:\\"profile-install-batch\\";s:18:\\"node_options_forum\\";a:1:{i:0;s:6:\\"status\\";}s:13:\\"theme_default\\";s:7:\\"garland\\";}', created = 1216887172, expire = 0, headers = '', serialized = 1 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:52 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?profile=default
[Thu Jul 24 04:12:54 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:54 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = 'a:5:{s:18:\\"drupal_private_key\\";s:64:\\"837891b99d70a10df49f9b3de8b6a9856b31ebb73ca63379ac1174f4ea567c4b\\";s:13:\\"filter_html_1\\";i:1;s:12:\\"install_task\\";s:21:\\"profile-install-batch\\";s:18:\\"node_options_forum\\";a:1:{i:0;s:6:\\"status\\";}s:13:\\"theme_default\\";s:7:\\"garland\\";}', created = 1216887174, expire = 0, headers = '', serialized = 1 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:54 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = 'a:7:{s:18:\\"drupal_private_key\\";s:64:\\"837891b99d70a10df49f9b3de8b6a9856b31ebb73ca63379ac1174f4ea567c4b\\";s:13:\\"filter_html_1\\";i:1;s:12:\\"install_task\\";s:21:\\"profile-install-batch\\";s:13:\\"menu_expanded\\";a:0:{}s:19:\\"menu_rebuild_needed\\";b:1;s:18:\\"node_options_forum\\";a:1:{i:0;s:6:\\"status\\";}s:13:\\"theme_default\\";s:7:\\"garland\\";}', created = 1216887175, expire = 0, headers = '', serialized = 1 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.cache' doesn't exist\nquery: UPDATE cache SET data = 'a:7:{s:18:\\"drupal_private_key\\";s:64:\\"837891b99d70a10df49f9b3de8b6a9856b31ebb73ca63379ac1174f4ea567c4b\\";s:13:\\"filter_html_1\\";i:1;s:12:\\"install_task\\";s:21:\\"locale-initial-import\\";s:13:\\"menu_expanded\\";a:0:{}s:19:\\"menu_rebuild_needed\\";b:1;s:18:\\"node_options_forum\\";a:1:{i:0;s:6:\\"status\\";}s:13:\\"theme_default\\";s:7:\\"garland\\";}', created = 1216887175, expire = 0, headers = '', serialized = 1 WHERE cid = 'variables' in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Warning: Table 'databasename.system' doesn't exist\nquery: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\\vivek\\drupal v6.3\\includes\\database.mysqli.inc on line 128, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1
[Thu Jul 24 04:12:55 2008] [error] [client 127.0.0.1] PHP Fatal error: Unsupported operand types in C:\\vivek\\drupal v6.3\\includes\\form.inc on line 504, referer: http://localhost/install.php?locale=en&profile=default&op=start&id=1

A lot of it seems to be a problem with the table named cache, and cache.inc. What the heck is going on? I tried searching the boards, but I couldn't find anything/wasn't searching the right way.

Comments

marcusthijm’s picture

Nice subject-line you got there, but it's lacking some information.

What's the error-message? Maybe it's got something to do with memory? In what phase of the install-process are you?

viv1234’s picture

My apologies -- I accidentally made two posts, one of which had no body text. My problem was resolved in the other post (http://drupal.org/node/286617), where I didn't withhold the details :).