Backup & restore MySQL, not using mysqldump

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry T

    Backup & restore MySQL, not using mysqldump

    How can I backup and restore a MySQL DB WITHOUT USING

    EXEC()
    MYSQL
    MYSQLDUMP

    ??

    If I try running exec() and mysqldump, I get Fork warning errors ..

    Win 2000Server
    IIS5
    Latest PHP & MySQL

    Thanks


  • Nikolai Chuvakhin

    #2
    Re: Backup & restore MySQL, not using mysqldump

    Jerry T <Jerry@ nothanks.com> wrote in message
    news:<rdshjvclp 5nviod94hgpev9i l8e93nutaf@4ax. com>...[color=blue]
    >
    > How can I backup and restore a MySQL DB WITHOUT USING
    >
    > EXEC()
    > MYSQL
    > MYSQLDUMP[/color]

    Read up on BACKUP and RESTORE queries:




    Cheers,
    NC

    Comment

    Working...