How to get/restore a mysql table only, from WHM backup

2 replies
Hi guys,

i have standart WHM backup, that set daily

now i need to get/restore a mysql table only,

how to do that, or where is the path to get this mysql table in ssh, its ok if i need to download the entire mysql file, not a table only
#backup #get or restore #mysql #table #whm
  • Profile picture of the author Wide
    I think it would be better to ask at WHT:
    Web Hosting Talk - The largest, most influential web hosting community on the Internet

    - Not sure you will get that much help here, regarding your issue.
    Signature
    {{ DiscussionBoard.errors[6289331].message }}
  • Profile picture of the author Valdor Kiebach
    I would have thought the path would have been specified when you setup the backup.

    I don't know what the ssh path would be as I don't know your domain name.

    Try FTP and just browse around your hosting filesystem it is usually a .tar.gz file and may be an entire site backup that you will need to extract like any other archive and find the sql file in amongst it, although the database backups might be in their own archive.

    To restore a table when you find the backup just use php my admin to drop the table you are going to restore and just copy past the sql instruction from the backup into phpmyadmin to create the table again and then copy paste the instruction to ad the backed up data to this table..
    {{ DiscussionBoard.errors[6289517].message }}

Trending Topics