MySQL and PostgreSQL have a maximum length for database names
(resp 64 and 63 characters). This simple patch prevents db_cmd from creating such databases with an explicit message as opposite to the default MySQL error message: "ERROR 1102 (42000) at line 1: Incorrect database name "
Showing
Please register or sign in to comment