How to login to the IEDB-sever
mysql --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -p
username: rdamle
password: iedb123
use table: Table4_20140226 as the updated table 4
mysqldump -u <db_username> -h <db_host> -p db_name table_name > table_name.sql
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed pubmed_information > pubmed_information.sql
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed t4_tokenized_pubmed_information > t4_tokenized_pubmed_information.sql
mysql> show tables;
+---------------------------------+
| Tables_in_pubmed |
+---------------------------------+
| pubmed_information |
| t4_tokenized_pubmed_information |
| table4_reference |
| table4_reference_latest |
| table_4_reference_last_updated |
| temp_pubmed_data |
| temp_stemmed_for_svm |
+---------------------------------+
7 rows in set (0.00 sec)
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed>table4_reference.sqltable4_reference
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed>table4_reference_latesttable4_reference_latest.sql
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed>table_4_reference_last_updatedtable_4_reference_last_updated.sql
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmed>temp_pubmed_datatemp_pubmed_data.sql
mysqldump --host=10.0.3.49 --protocol=TCP --port=33306 -u rdamle -ppubmedtemp_stemmed_for_svm>temp_stemmed_for_svm.sql
No comments:
Post a Comment