Changes between Version 15 and Version 16 of DespoinaLog/2010/12/08


Ignore:
Timestamp:
2010-12-08T15:01:39+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

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

    v15 v16  
    22   * [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
    33
    4 == Inconsistency with !OntologyTerm table  ==
     4== Inconsistency with !OntologyTerm table ==
    55 * org.molgenis.framework.db.!DatabaseException: Unknown column '!OntologyTerm.!__Type' in 'where clause'
    66   * Was this produced after the import ? (generate gcc, update db -> test if it is shown --> import -> test if it's there)
     
    4141=== '''mysql> update  !OntologyTerm set !__Type="!OntologyTerm"''' ===
    4242=== '''problem solved ! ''' ===
    43 == Inconsistency with Biobanks table  ==
    44 * mysql> describe biobanks;
     43== Inconsistency with Biobanks table ==
     44 * mysql> describe biobanks;
    4545
    4646 * ERROR 1146 (42S02): Table 'bbmri.biobanks' doesn't exist
     
    7373
    7474=== But according to the model this is the complete list of fields : ===
    75 ===  *  id 
    76  * name 
    77  * Investigation 
    78  * ontologyReference 
    79  *  Individuals 
    80  *  Species 
    81  * PanelType 
    82  * FounderPanels 
    83  *  Acronym 
    84  *  Institutes 
    85  *  Publications 
    86  *  Category 
    87  *  Type 
    88  *  Contacts 
    89  *  Topics 
    90  *  Materials 
    91  *  Size 
    92  * LastUpdate 
    93  *  Description
    94 
    95  ===
     75===  ===
     76 * id
     77 * name
     78 * Investigation
     79 * ontologyReference
     80 * Individuals
     81 * Species
     82 * PanelType
     83 * FounderPanels
     84 * Acronym
     85 * Institutes
     86 * Publications
     87 * Category
     88 * Type
     89 * Contacts
     90 * Topics
     91 * Materials
     92 * Size
     93 * LastUpdate
     94 * Description