1
0
Fork 0
forked from OpenNeo/impress
impress/lib/tasks
Matchu 7c09b76b5e Require fewer db privileges to run public_data:commit
In newer versions of MySQL, `mysqldump`'s default behavior requires
accessing some privileged `INFORMATION_SCHEMA` tables, which requires
the global `PROCESS` permission.

Rather than require that, we can just skip this step, by adding the
`--no-tablespaces` argument. This was the guidance I found when looking
up this issue! https://dba.stackexchange.com/a/274460/289961
2024-05-02 13:06:27 -07:00
..
.gitkeep rails 3 2010-05-14 18:12:31 -04:00
db.rake Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
pets.rake Add rake task to load pet data 2024-01-24 00:51:37 -08:00
public_data.rake Require fewer db privileges to run public_data:commit 2024-05-02 13:06:27 -07:00
swf_assets.rake Save manifest load info when preloading them, too 2024-02-25 16:02:36 -08:00