First of all, thank you for Drupal! I'm having fun with it. I am an utter newbie. The only thing I've done with web stuff before is make sites with WYSIWYG editors. It took some searching on this site for me to figure out how to install drupal. So I'd like to give back a little by presenting this guide. This guide is meant for those with as little experience as I had coming into drupal. Please feel free to help me improve this.
There are three things to do: upload the database, get drupal ready and change "/tmp" on your drupal site.
Upload the databse.
1. Login to your phpMyAdmin (on your server).
2. Click "Create new database."
- name it "drupal" (or whatever).
3. You should see "drupal" at the top of the left column. Click "drupal."
4. Now in the center column you should see some tabs to choose from. Click "SQL."
5. At the bottom of the box that comes up it says, "Location of the textfile:" and there's a button that says, "Browse". Click "Browse" and navigate to the file "database.mysql." Its on your computer inside the folder you extracted, "drupal.4.5.2," inside the "database" folder. Select "database.mysql" and click "open."
Get Drupal ready.
1. Download Drupal.
2. Extract Drupal to your desktop (or wherever). You need to have a program like 7-zip installed first. You have to extract the files twice.
3. Edit conf.php. Its in drupal-4.5.2/includes. I opened it with Wordpad. You have to edit two lines in this file.