mysqldump without table locks and single line inserts

Since I always forget:

mysqldump  –extended-insert=false –host <host>  –skip-lock-tables -u <user> –password <database> <table> > file.sql

Comments are closed.