amaenta

mysql-dump

Mar 20th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $ mysqldump -u [uname] -p[pass] db_name > db_backup.sql
  2.  
  3. SET FOREIGN_KEY_CHECKS=0; DROP TABLE items; SET FOREIGN_KEY_CHECKS=1; //usuwanie tabel powiazanych kluczem
  4.  
  5. https://stackoverflow.com/questions/7759170/mysql-table-doesnt-exist-but-it-does-or-it-should
Add Comment
Please, Sign In to add comment