Renaming a table is not working in MySQL
RENAME TABLE group TO member;
The error message is
Rename a table in MySQL :
ALTER TABLE current_name RENAME new_name;