Our website is hosted by dreamhost and two years ago we switched from joomla to WordPress.
Problem: there is a table (Jo's_bannertrack) with 28.000.000 records (yes seriously). I am pretty sure it's not used anymore, it should be joomla's...but since the website is big and visited, I don't want to make any trouble at all. I can't make any kind of backup: I have tried with wpclone and with mysql dump but it's always too big.
Dreamhost grants me access with ssh and phpmyadmin.
Any idea?
答案 0 :(得分:0)
您是否尝试过其他堆栈论坛中描述的这些选项?
虽然你没有给出你的表的大小(只有记录数),但我希望你能够至少从那个特定的表中做一个简单的mysqldump(使用你的ssh登录)。
您还可以使用phpmyadmin
定义要备份的行数这将输出不同的sql文件,你的数据来自1个表。您应该测试一次可以导出的行数。
答案 1 :(得分:0)
我猜phpMyAdmin不是一种可以有效备份如此多数据的工具。由于phpMyAdmin缺乏任何自动化,使用一些备用解决方案来迁移这么大量的数据似乎更合理。