What I did:
I wanted to remove my old 4.3 Drupal localhost installation (that I was experimenting with) and make a clean install of 4.4.1. I moved the 4.3 drupal directory to a different directory off of the root in order to save it and get it out of the way. I deleted the old MySQL database with the "mysqladmin -u root -p drop drupal" command and MySQL said the database and tables were deleted .
Started the new install and followed all instructions. Created new drupal MySQL database as per instructions. I edited the .htaccess, conf.php and php.ini as specified in the instructions and made sure the proper URLs were referenced and and made sure that .htaccess was set up for Apache2.
Error that I got after doing all of the above and trying to log on to Drupal on my local machine:
--------------------------------------------------
user error: Unknown column 'throttle' in 'field list'
query: SELECT name, filename, throttle, bootstrap FROM system WHERE type = 'module' AND status = 1 in /srv/www/htdocs/drupal-4.4.1/includes/database.mysql.inc on line 97.
warning: init_theme(): Failed opening '' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/drupal-4.4.1/includes/theme.inc on line 51.
warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/drupal-4.4.1/includes/common.inc:404) in /srv/www/htdocs/drupal-4.4.1/includes/common.inc on line 256.