What does "error 1007 hy000 can't create database database exists" mean in MySQL?

Question

Grade: Education Subject: Support
What does "error 1007 hy000 can't create database database exists" mean in MySQL?
Asked by:
81 Viewed 81 Answers

Answer (81)

Best Answer
(187)
This error indicates that you're trying to create a database in MySQL, but a database with the same name already exists on the server. MySQL does not allow databases with duplicate names.