Bug #17446 | Several errors in mysql_fix_privilege_tables.sql, also missing scripts | ||
---|---|---|---|
Submitted: | 16 Feb 2006 10:18 | Modified: | 17 Feb 2006 11:59 |
Reporter: | Evgueny Antonoff | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.18-nt | OS: | Windows (WindowsXP (home)) |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 Feb 2006 10:26]
Evgueny Antonoff
[16 Feb 2006 10:34]
Evgueny Antonoff
my current structure of database 'mysql'
Attachment: database_curr_struct.sql (application/octet-stream, text), 15.98 KiB.
[16 Feb 2006 10:35]
Evgueny Antonoff
initial structure of database 'mysql' ( before running any script )
Attachment: database_init_struct.sql (application/octet-stream, text), 14.81 KiB.
[16 Feb 2006 10:36]
Evgueny Antonoff
contents of mysql_fix_privilege_tables.sql as i ran it against my database
Attachment: mysql_fix_privilege_tables.sql (application/octet-stream, text), 25.10 KiB.