winsphinx I'd like to backup my website to my local PC, and I tar the DOMAIN directory and download it. But I realize there are lots of tables in mySQL database, how can I backup and download them? Or, is there a better way to backup to local?
admin winsphinx You can perform a MySQL dump using phpMyAdmin at https://pma.serv00.com or by using the mysqldump command. https://docs.serv00.com/MySQL/#examples