ERROR 3750 (HY000): Unable tocreateor change a tablewithout a primary key, when the system variable 'sql_require_primary_key'is set. Add a primary key to the tableor unset this variable to avoid this message. Note that tables without a primary key can cause performance problems inrow-based replication, so please consult your DBA before changing this setting.
bisal@mysqldb: [test]>altertable t_primary_key dropprimary key; ERROR 3750 (HY000): Unable tocreateor change a tablewithout a primary key, when the system variable 'sql_require_primary_key'is set. Add a primary key to the tableor unset this variable to avo