79134432

Date: 2024-10-28 17:14:29
Score: 0.5
Natty:
Report link

well, if you don't need to keep your current DB.mytable online - you could:

  1. rename it with ALTER TABLE to a mytable_live_tmp,
  2. import the dump mytable and rename it to mytable_restored,
  3. then rename mytable_live_tmp back to mytable.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fedor