19

$ mysql -uroot -p > file.sql instead of
$ mysqldump -uroot -p > file.sql

And not checking the result file before reinstalling my server 😭😭

Comments
  • 0
    Yeah. Once happened to me!
  • 0
    Just like that I once did
    "nano index.js > file"
    instead of
    "node index.js > file"
    and wodered why it took forever to finish 🤔
Add Comment