Bug #79734 | Create/Alter Table not working an partition tables: Syntax error: 'PARTITION'... | ||
---|---|---|---|
Submitted: | 22 Dec 2015 8:30 | Modified: | 23 Jan 2018 9:01 |
Reporter: | Brain Schmieder | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 6.3.8 | OS: | Windows (Microsoft Windows 7 Professional Service Pack 1) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
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
[22 Dec 2015 8:38]
Brain Schmieder
[24 Oct 2016 10:46]
Miguel Solorzano
Parttition error from server
Attachment: partition_error.png (image/png, text), 372.31 KiB.
[24 Oct 2016 16:58]
Brain Schmieder
mysql error partition
Attachment: mysql_error_alter_table.png (image/png, text), 47.10 KiB.