Question
What does "error 1007 hy000 can't create database database exists" mean in MySQL?
Asked by: USER5413
81 Viewed
81 Answers
Answer (81)
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.