Error message: each file size must be greater than or equal to 512KB
1. Look at the “database log file” configuration of the client. The size is set to 1MB
2. Click “SQL preview” to view the log file configuration in the SQL statement creating the database. The size is set to 1KB
Problem found: the setting of “myandedps_log” file size in the SQL statement is different from that configured by the client.
3. Solutions
Change 1KB in the SQL statement to 1MB, or click the “file” tab, click the “size” input box, trigger an onblur event similar to the input box, and then look at the SQL statement. The size has changed to 1m.
Similar Posts:
- event.srcElement And event.target The difference between
- [Solved] Computed property “xxxx” was assigned to but it has no setter
- Oracle trigger error: ORA-04098 [How to Solve]
- [Solved] PhpMyAdmin #1089 – Incorrect prefix key; the storage engine doesn’t support unique pre…
- Zabbix Warning: Too many processes on zabbix server
- On the initialization of dynamically generated elements by select2
- Python calculator error: can’t multiply sequence by non-int of type ‘float’
- [Solved] SQL Server Error: Cannot drop database XXX because it is currently in use
- About “SQL dialect is not configured.” warning in idea