Questions tagged as 'dump'

1
answer

How to make a Dump in MySQL so that the file contains 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 the Dump was done, so that I have saved all previous backups by date.     
asked by 26.04.2016 / 15:18
1
answer

How to do automatic dump in MySQL?

I have a simple system for managing a store that for now, in the testing phase, is running with a local server. I wanted to know a way to do the dump of the MySQL database automatically at the same time every day (eg late afternoon) using P...
asked by 23.11.2017 / 22:45
1
answer

How to insert XML data inside a MYSQL database?

Generating the file XML with PHP I get the following result: I'd like to send this now to a MYSQL database by first inserting the columns in the Imovel table and then filling those columns with the data being p...
asked by 06.09.2014 / 18:36