[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Problem updating the database



# Table temp_os_info was removed
DROP TABLE temp_os_info;
# Table temp_o2i was removed
DROP TABLE temp_o2i;
# Table temp_images was removed
DROP TABLE temp_images;

Ah, this is good. These are just some temp tables that are created
during the initial creation of your Emulab. Go ahead and start up
mysql on bsss and remove those tables.

boss> mysql tbdb
mysql> drop table temp_os_info;
mysql> ...
mysql> ...

And then try the install again.

Lbs