删除 Magento 中的所有客户
我需要从我的 Magento 安装中删除所有客户端,因为它们的日期不正确。我开发的网站中有 70,000 个客户。我怎样才能用 SQL 做到这一点?
I need remove all clients from my Magento install, because they have bad dates. I have 70,000 customers in my developed site. How can I do this with SQL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先进行备份并在开发服务器上进行测试! 这将删除包括日志在内的所有客户数据。
Make a BACKUP and test on a dev server first! This will DELETE all customer data including logs.
不过,请务必知道您在做什么。如果不需要删除,您也可以禁用客户。
Be sure to know what you are doing though.. You can disable the customer as well if delete is not what you need.
或者你只是构建一个 shell 脚本并执行类似的操作(速度不快,但很干净):
Or you just build a shell script and do something like that (not fast, but it is clean):