I want to move table from one schema to another schema in mysql , can anybody tell me how can I do this .
Moving tables with space characters in between should be enclosed.
Example:
ALTER TABLE `schema1`.`tbl somename` RENAME TO `schema2`.`tbl somename` ;