View Single Post
  #2 (permalink)  
Old 07-01-2003, 03:05 PM
paycheck paycheck is offline
Junior Member
 
Join Date: Jun 2003
Location: San Clemente, Ca. Orange
Posts: 137
Send a message via MSN to paycheck
It will be impossible to import the tables laterally using the insert method in MySQL. To do it you should open the database back up file you created in a text editor and copy the tables insert script adding the appropriate missin values that are in the new 6.5 structure. What I did when I updated my forums from 6 to 6.5 I made a SQL back up file, opened it in Ultraedit and copied the INSERT statement and pasted them into my SQL query and ran it. If I had a table change all I did was add the new value to the insert statement and placed the column in as well.

Worked fine but was time consuming.

JM
__________________
Logos for free at http://www.jsm-inc.com

Be cool!
Reply With Quote