Bug #69970 | Can't restore a mysqldump if --add-drop-database meets general_log | ||
---|---|---|---|
Submitted: | 9 Aug 2013 7:00 | Modified: | 12 Aug 2013 10:10 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.5.33 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Aug 2013 7:00]
Hartmut Holzgraefe
[12 Aug 2013 10:10]
MySQL Verification Team
Hello Hartmut, Thank you for the bug report. Verified as described. Thanks, Umesh
[16 Sep 2020 5:09]
Nikolai Ikhalainen
The problem still happens with 8.0.21: mysqldump -psecret --all-databases --add-drop-database > dump.sql mysql -psecret < dump.sql mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 3552 (HY000) at line 24: Access to system schema 'mysql' is rejected.