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 |