wiki:DespoinaLog/2010/12/08

Version 4 (modified by antonak, 13 years ago) (diff)

--

When importing bbmri mysql table , table structures change --> exception .

Try to export / import one table at a time : mysqldump5 -u root -p bbmri biobank >biobank.mysql / mysqldump5 -u root -p bbmri_old biobank >biobank.mysql / mysql5 -u root -p bbmri < biobank.mysql / mysql5 -u root -p bbmri < ontologyTerm.mysql 

org.molgenis.framework.db.DatabaseException: Unknown column 'OntologyTerm.__Type' in 'where clause'

Was this produced after the import ? (generate gcc, update db -> test if it is shown --> import -> test if it's there)