Just doing mysqldump on freezingsaddles.org sometimes produces a MySQL dump file that can't be restored. It has stderr warning and error messages embedded in it and also has DEFINER statements embedded in it with the fsadmin user that have to be trimmed out before loading the database dump.
We can probably find a clean command that omits these things or filters them out reliably and suggest it as part of an alias in the README.md file.
Just doing
mysqldump
on freezingsaddles.org sometimes produces a MySQL dump file that can't be restored. It hasstderr
warning and error messages embedded in it and also has DEFINER statements embedded in it with thefsadmin
user that have to be trimmed out before loading the database dump.We can probably find a clean command that omits these things or filters them out reliably and suggest it as part of an alias in the README.md file.