We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From this example given below, is it possible to export a database table on a local machine without a public IP into a collection in gLibrary?
curl -X POST \ -H "Authorization: $TOKEN" \ -H "Content-type: application/json" \ -d '{ "name": "products", "import": "true", "tablename": "products", "collection_db": { "host": "giular.trigrid.it", "type": "mysql", "database": "classicmodels", "username": "glibrary_server", "password": "Pippo1234", "port": 3306 } }' \ https://glibrary.ct.infn.it:3500/v2/repos/demo2016/
The text was updated successfully, but these errors were encountered:
Yep : http://csgf.readthedocs.io/en/latest/glibrary/docs/glibrary2.html#import-data-from-an-existing-relational-database
Sorry, something went wrong.
brucellino
No branches or pull requests
From this example given below, is it possible to export a database table on a local machine without a public IP into a collection in gLibrary?
The text was updated successfully, but these errors were encountered: