<p class="MsoNormal">Hola</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Alguien sabe como puedo restaurar una base de datos mysql
desde php?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Lo he intentado de tres formas</p>
<p class="MsoListParagraph" style="text-indent: -18pt;"><span style=""><span style="">1-<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
</span></span></span>Ejecutando el codigo directamente y me sale
error por el ";" .</p>
<p class="MsoListParagraph" style="text-indent: -18pt;"><span style=""><span style="">2-<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
</span></span></span>Leyendo un archivo con el sql y posteriormente
ejecutandolo de una con el php</p>
<p class="MsoListParagraph" style="text-indent: -18pt;"><span style=""><span style="">3-<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
</span></span></span>Leyendo el archivo y ejecutando el comando exec("cat
$archivo | mysql --host=mysql --user=miuser --password=mipas midb");<span style=""> </span></p>
<p class="MsoNormal" style="margin-left: 18pt;"><span style="" lang="EN-US"><span style=""> </span>Este
último no funciona, ni me da ni un error y los anteriores dice:<span style=""> </span>You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right syntax
to use near '; CREATE TABLE `abuso_prueba` ( `idAbuso` int(10) unsigned NOT</span></p>
<p class="MsoNormal" style="margin-left: 18pt;"><span style="">
</span>Este ultimo error lo soluciono ejecutando la query por parte, por
ejemplo 1 el create table, despues de uno en uno los insert, pero l abase es
muy grande y no puedo estar modificando esto<span style="">
</span>siempre la idea es que sea automatico.</p>
<p class="MsoNormal" style="margin-left: 18pt;"> </p>
<p class="MsoNormal" style="margin-left: 18pt;">Agradecería cualquier ayuda que
me pudieran dar</p>
<p class="MsoNormal" style="margin-left: 18pt;"> </p>
<p class="MsoNormal" style="margin-left: 18pt;">Gracias</p>