Changes between Version 4 and Version 5 of DespoinaLog/2010/12/08


Ignore:
Timestamp:
2010-12-08T13:26:16+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/12/08

    v4 v5  
    1 When importing bbmri mysql table , table structures change --> exception .
    2 
    3 [http://www.abbeyworkshop.com/howto/lamp/MySQL_Export_Backup/index.html 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 
    4 
    5 org.molgenis.framework.db.!DatabaseException: Unknown column '!OntologyTerm.!__Type' in 'where clause'
    6 
    7 Was this produced after the import ? (generate gcc, update db -> test if it is shown --> import -> test if it's there)
     1 * When importing bbmri mysql table , table structures change --> exception .
     2   * [http://www.abbeyworkshop.com/howto/lamp/MySQL_Export_Backup/index.html 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
     3 * org.molgenis.framework.db.!DatabaseException: Unknown column '!OntologyTerm.!__Type' in 'where clause'
     4   * Was this produced after the import ? (generate gcc, update db -> test if it is shown --> import -> test if it's there)