|
- jvm - How to get a thread and heap dump of a Java process on Windows . . .
Heap dump = memory contents for the JVM process output to a binary file To take a thread dump on Windows, CTRL + BREAK if your JVM is the foreground process is the simplest way
- PostgreSQL: Export the schema of a database - Stack Overflow
pg_dump --schema-only databasename Will dump only the schema to stdout as sql For windows, you'll probably want to call pg_dump exe I don't have access to a Windows machine but I'm pretty sure from memory that's the command See if the help works for you too
- Creating a database dump for specific tables and entries Postgres
pg_dump -D -a -t zones_seq interway > tmp zones_seq sql Should I run this statement for each and every table or is there a way to run a similar statement to export all selected tables into one big sql big The pg_dump above does not export the table schema only inserts, I need both Any help will be appreciated
- python - How to dump a dict to a JSON file? - Stack Overflow
The OP explicitly asked for writing it to a file, in which case json dump is the way to go
- Import SQL dump into PostgreSQL database - Stack Overflow
We are switching hosts and the old one provided a SQL dump of the PostgreSQL database of our site Now, I'm trying to set this up on a local WAMP server to test this The only problem is that I d
- linux - Core dump file is not generated - Stack Overflow
Every time, my application crash a core dump file is not generated I remember that few days ago, on another server it was generated I'm running the app using screen in bash like this: #! bin bash
- debugging - Analysing crash dump in windbg - Stack Overflow
Analysing crash dump in windbg Asked 16 years, 1 month ago Modified 1 year, 8 months ago Viewed 47k times
- 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 mydumper utility can be restored either manually by mysql or using the myloader utility, which works in conjunction with mydumper
|
|
|