About 21,200,000 results
Open links in new tab
  1. How to fix dump files (if any exist) [date].dump, [date]-jvmRun [N ...

    Feb 27, 2022 · How to fix dump files (if any exist) [date].dump, [date]-jvmRun [N].dump and [date].dumpstream. while using maven surefire plugin 3.0.0-M4 Asked 3 years, 8 months ago …

  2. what is a "dump file" in windows task manager? - Stack Overflow

    Dec 13, 2015 · I know that with windows you can generate a dump file by going to task manager->processes-> right clicking on the process. what is a dump file ? what can i do with .dmp file?

  3. How can I capture the result of var_dump to a string?

    Sep 26, 2008 · I'd like to capture the output of var_dump to a string. The PHP documentation says; As with anything that outputs its result directly to the browser, the output-control …

  4. PostgreSQL: Export the schema of a database - Stack Overflow

    Provided you can start the old database server up, yes. pg_dump can connect remotely to a database server as you probably know. I'd attempt to install 8.3 on your new machine and …

  5. Export MySQL dump from command line - Stack Overflow

    mydumper mydumper is a command line utility created by the community (link to GitHub). Unlike mysqlsh it is easier to use, because it is a highly specialized tool. The dump created by the …

  6. python - How do I write JSON data to a file? - Stack Overflow

    json dump will write the json as string in the file. How can I get a json file that is not in the form of string, but just dictionary-like? Is it possible?

  7. Copying PostgreSQL database to another server - Stack Overflow

    Aug 6, 2009 · I'm looking to copy a production PostgreSQL database to a development server. What's the quickest, easiest way to go about doing this?

  8. pg_dump and pg_restore across different major versions of …

    However, pg_dump cannot dump from PostgreSQL servers newer than its own major version; it will refuse to even try, rather than risk making an invalid dump. Also, it is not guaranteed that …

  9. How can i take a user dump using powershell - Stack Overflow

    Mar 20, 2013 · I want to take user dump of a process using powershell How can i do it? The same I get on rightclicking the process in Taskmanager

  10. Creating a database dump for specific tables and entries Postgres

    I have a database with hundreds of tables, what I need to do is export specified tables and insert statements for the data to one sql file. The only statement I know can achieve this is pg_dump -...