Renaming a table is not working in MySQL
RENAME TABLE group TO member;
The error message is
Table name change
RENAME TABLE old_table_name TO new_table_name;