Renaming a table is not working in MySQL
RENAME TABLE group TO member;
The error message is
Right Click on View > New Query
And Type: EXEC sp_rename 'Table', 'NewName'
Then Click on Run button at the top left corner of the page.