AdamPS
AdamPS
> Can this be used with sql:sync? I cannot see a way to do that - there doesn't seem to be the same option.
> Can this be used with sql:sync? On the command line, no. However sql:sync calls sql:dump so if you add config in drushrc.php to fix the problem for sync you...
In my experience the --extra option does not work well in drushrc.php. It means that other commands such as sql:sync fail because `mysql --no-tablespaces` generates an error.
> command-specific opitons in drushrc.php Thanks Greg. I checked and I had already done exactly what you suggest. The problem comes when I call `drush sql-dump --skip-tables-key` which causes a...
Thanks but unfortunately personally I don't have time for a PR right now. I think it is like this SqlBase::dump calls ::get_expanded_table_selection calls listTables() calls $this->query('SHOW TABLES;');
It would be great to get this fixed please if possible - currently I have to use Google Play to get the newer version (yuck😃). Many thanks.
FYI this error message has just appeared on my system again with MySQL version 8.0.32. I found a related [bug report](https://bugs.mysql.com/bug.php?id=109701) for mysql. 8.0.32 was a security update according to...
Great thanks, the workaround in keybindings.js works well for me. You only need it in place to set the keys - you can use existing keys without needing the workaround.
Gradually more and more users will be running on GNOME versions where this bug exists - so the keyboard shortcuts are confusingly not useable. Please would you at least consider...