MySQL workbench copy from table to table.

Hi Experts,
I want to MySQL workbench copy from table to table. And I tried with this code "CREATE TABLE recipes_new LIKE production. recipes; INSERT recipes_new SELECT * FROM production. recipes;" but it won't work. What can I do now? Can anyone help me?
