1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
7 results tagged dump x
  • How to rename a database in MySQL? - MySQL by Marcelo Altmann
    December 11, 2020 at 9:31:18 AM UTC - permalink -
    QRCode
    - https://blog.marceloaltmann.com/en-how-to-rename-a-database-in-mysql-pt-como-renomear-database/
    database dump mv mysql rename sql
  • thumbnail
    How to Rename a Database in MySQL | Tutorial by Chartio
    December 11, 2020 at 9:30:40 AM UTC - permalink -
    QRCode
    - https://chartio.com/resources/tutorials/how-to-rename-a-database-in-mysql/
    database dump mv mysql rename sql
  • thumbnail
    How to copy a collection from one database to another in MongoDB - Stack Overflow
    $ mongodump -d some_database -c some_collection
    $ mongorestore -d some_other_db -c some_or_other_collection dump/some_collection.bson
    February 6, 2018 at 3:22:35 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/11554762/how-to-copy-a-collection-from-one-database-to-another-in-mongodb#11554877
    cli collection copy database dump mongodb nosql
  • thumbnail
    How to copy a collection from one database to another in MongoDB - Stack Overflow

    You can select the collection via:

    mongodump -d some_database -c some_collection

    [Optionally, zip the dump (zip some_database.zip some_database/* -r) and scp it elsewhere]

    Then restore it:

    mongorestore -d some_other_db -c some_or_other_collection dump/some_collection.bson

    Existing data in some_or_other_collection will be preserved. That way you can "append" a collection from one database to another.

    Prior to version 2.4.3, you will also need to add back your indexes after you copy over your data. Starting with 2.4.3, this process is automatic, and you can disable it with --noIndexRestore.

    February 5, 2018 at 5:05:46 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/a/11554877/954777
    collection data database dump mongodb nosql
  • thumbnail
    import sql dump into postgresql database - Stack Overflow
    psql databasename < data_base_dump
    September 6, 2016 at 4:56:05 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/6842393/import-sql-dump-into-postgresql-database
    backup dump import postgresql
  • thumbnail
    reflection - Dumping a java object's properties - Stack Overflow
    October 15, 2015 at 3:11:47 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/603013/dumping-a-java-objects-properties/603065#603065
    Data::Dumper dump java log xstream
  • Use XStream to serialize Java objects into XML

    Something that looks similar to Perl's Data::Dumper in Java.

    XML serialization has a myriad of uses, including object persistence and data transport. However, some XML-serialization technologies can be complex to implement. XStream is a lightweight and easy-to-use open source Java™ library for serializing Java objects to XML and back again. Learn how to set up XStream, and discover how to use it to serialize and deserialize objects as well as to read configuration properties from an XML configuration file.

    October 15, 2015 at 10:01:41 AM UTC - permalink -
    QRCode
    - https://web.archive.org/web/20090206084754/http://ibm.com/developerworks/library/x-xstream/index.html
    Data::Dumper debug dump json log xml xstream
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation