![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/06/2010, 18:42
|
![Avatar de eZakto](http://static.forosdelweb.com/customavatars/avatar248525_1.gif) | | | Fecha de Ingreso: julio-2008
Mensajes: 214
Antigüedad: 16 años, 7 meses Puntos: 5 | |
Respuesta: Descargar totalmente base de datos con php
Código PHP:
Ver original<?php include 'config.php'; include 'opendb.php'; $tableName = 'mypet'; $backupFile = 'backup/mypet.sql'; $query = "SELECT * INTO OUTFILE '$backupFile' FROM $tableName"; include 'closedb.php'; ?>
http://www.php-mysql-tutorial.com/wi...databases.aspx http://www.google.com.ar/search?hl=&...AR346&ie=UTF-8 |