stiriprogramareimaginifav

Blog > mySQL > Exporta fiecare tabel mySQL in fisiere separat

Articole recente

  • HTML5_Logo_512
    Cod HTML: Adauga ca

    <a href=":Add This Page To Your Favorites!" onDragstart="return... 

  • javascript
    Descopera ce fel de

    NSString *deviceType = [UIDevice currentDevice].model; if([deviceType isEqualToString:@"iPhone"]) //... 

  • mysql
    Exporta fiecare tabe

    mysql -e 'show databases' | sed -n '2,$p' | xargs -I DB 'mysqldump DB > DB.sql'  

  • php_logo_128
    Functie si formular

    <!-- Form Area --> <form action="uploader.php" method="post"... 

Exporta fiecare tabel mySQL in fisiere separat

0
mysql -e 'show databases' | sed -n '2,$p' | xargs -I DB 'mysqldump DB > DB.sql'

No related posts.




No related posts.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>