Hi, I need to make a dump of "page" table (enwiki db) but I'm having a problem. I use the mysqldump utility: mysqldump --skip-lock-tables -u <user> -p -h sql-s1 enwiki_p page > dump.sql dump.sql contains only the table structure, no data. Where do I go wrong? Thanks! Mauro