I want to copy my production database to my development environment. I copied website_production into mysql of my developemnt environment, so using SHOW DATABASES; now I have
website_development website_production
as databases. How can I copy and overwrite all tables with their content from website_production into website_developemnt using mysql commands?