So, I'm not sure that I'm doing this correctly... especially because I got a huge error message -- but basically, I set up 4.7 CVS and got it working, just perfectly, by itself. Then, I decided to try and port over my database from 4.6.5 to it.
OK, so, this is what I did -- trying to follow the instructions, underneath update.txt as closely as possible.
I logged on as the user number #1.
I then used PHPMyAdmin and dropped all of my database files in mySQL that I had been using with 4.7cvs. And I copied the files I wanted to "update", i.e., my old 4.6.5 database files into their place. I assume this is what is meant by the instruction in the update.php file:
3. Remove all the old Drupal files then unpack the new Drupal
files into the directory that you run Drupal from.
[Am I right to assume that the drupal files that are to be moved -- referred to in this above step --are the database files -- not the module/core files?]
OK, and then I ran update.php.
and I got the following very long message...
Drupal database update
* user warning: Table 'search_total' already exists query: update_sql CREATE TABLE search_total ( word varchar(50) NOT NULL default '', count int(10) unsigned default NULL, PRIMARY KEY word (word) ) in /home/ithou/public_html/4.7cvs/drupal47cvs/includes/database.mysql.inc on line 120.
* user warning: Can't DROP 'path'; check that column/key exists query: update_sql ALTER TABLE blocks DROP path in /home/ithou/public_html/4.7cvs/drupal47cvs/includes/database.mysql.inc on line 120.