Changes between Version 8 and Version 9 of DespoinaLog/2010/11/25


Ignore:
Timestamp:
2010-11-25T11:59:58+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/11/25

    v8 v9  
    22
    33 * truncate tables : bbmri, ...
    4 
    5 
    64
    75{{{
     
    1513
    1614}}}
    17 '''''--> created the field in db bbmri table Contact & Roles . '''''
    18 
    19 '''''Try to mysql dumb form localhost & import in server . Problem with bbmri table (!) There is no bbmri table'''''
    20 
    21 Contact table is full --> truncate, try to import ...
    22 
    23 '''Unknown column 'Panel_individuals.individuals' in 'field list''''
    24 mysql> alter table Panel_individuals ADD individuals VARCHAR(60);
    25 
    26 
    27 Unknown column 'BiobankInstitute.Institutes' in 'field list'
    28 mysql> alter table BiobankInstitute ADD Institutes VARCHAR(60);
    29 Query OK, 0 rows affected (0.01 sec)
    30 Records: 0  Duplicates: 0  Warnings: 0
    31 
     15 * '''''created the field in db bbmri table Contact & Roles .'''''
     16 * '''''Try to mysql dumb form localhost & import in server . '''''
     17   * '''''Problem with bbmri table (!) There is no bbmri table'''''
     18 * Contact table is full --> 
     19   * truncate, try to import ...
     20   * '''Unknown column 'Panel_individuals.individuals' in 'field list''''
     21     *  mysql> alter table Panel_individuals ADD individuals VARCHAR(60);
     22   * Unknown column 'BiobankInstitute.Institutes' in 'field list' 
     23     * mysql> alter table BiobankInstitute ADD Institutes VARCHAR(60); Query OK, 0 rows affected (0.01 sec) Records: 0  Duplicates: 0  Warnings: 0
    3224
    3325