Most voted "dump" questions
15 questions
Sort by count of
-
12
votes1
answer6642
viewsWhat is a memory dump?
What is a dump from memory? How it can help in the possible identification of an inconsistency in the code? How the analysis is performed?
-
3
votes1
answer124
viewsDump Database
Is there any way of knowing whether or when a DUMP of a database?
-
2
votes1
answer951
viewsHow to do pg_dump remotely
I have a server on Amazon with small storage space, I need to back up on my personal machine. if I log into the server and run pg_dump -h localhost bd > backup.sql everything works, however the…
-
1
votes0
answers57
viewsHow to Dump Mysql command line without Views
Does anyone know how to dump a database in Mysql via the command line without the views, only the database tables?
-
1
votes0
answers55
viewsDUMP Mysql based mto large (Blobs)
I need to make a DUMP of a giant base, it has more than 500.000 Pdfs files uploaded into it in a field BLOB. It is possible to make a DUMP from such a base and restores it smoothly? If yes, how to…
-
0
votes1
answer314
viewsAvoiding dump for Mysql users
For a specific Mysql user, there is a way to block it from doing the Data Export (DUMP) of a specific table, or of the entire database? I couldn’t find a solution... How you handle it? Thank you!…
-
0
votes1
answer354
viewsHow to Dump in Mysql for the file to contain the date?
I would like to do a Dump in my Mysql database, but I need this Dump to create the.sql file with the date Dump was made, so that I have saved all previous backups by date.
-
0
votes1
answer97
viewsHow to Import Dump with 2 Schemas for Different Dataspaces
I have a Dump with which it was made expdp with 2 schemas. I’d like to do the impdp remapping the tablespace for 2 new tablespaces. Man parfile current: userid=dba/dba@streetfight…
-
0
votes1
answer483
viewsBackup mysql database in PHP
I need a backup knob that I can select a folder where will save my mysql data.. I found some mysql dump codes but all with save location defined via code and what I really need is that it is…
-
0
votes1
answer235
viewsMaximum number of rows of a Mysql import
Well, I am making the import that contains all my databases, because I switched from computer, I exported from old and I want to import to new, but when importing I get an error: "tempo limite…
-
0
votes1
answer103
viewsmysqldump generating the same file with different size
Good morning, you guys. I’m having a bizarre problem using the mysqldump, I’ll try to explain as best I can. I have 4 Databases, and daily a dump is made from each base, generating different files,…
-
0
votes0
answers9
viewsCore Dump in C. Memory Access
By executing the following code, I can enter the name and age of the first three employees and then return the Core Dump error. From what I read in…
dumpasked 4 years, 9 months ago Neto Araujo 1 -
0
votes1
answer30
views(Python + Mysql) Enter the database password automatically in a dump
I am creating a Python script that backs up the company database I work on and it will run on crontab weekly. My doubt: How to enter the password automatically, since it is requested after the…
-
-1
votes1
answer423
viewsHow to auto-dump in Mysql?
I have a simple system for managing a store that for now, in the testing phase, is running with local server. I wanted to know a way to do the dump Mysql database automatically at the same time…
-
-5
votes1
answer2243
viewsHow to insert XML data within a MYSQL database?
Generating the file XML with PHP get the following result: I’d like to send this now to a database MYSQL by inserting the columns in the table first Imovel and then filling these columns with the…