Home > Database > navicat > body text

What should I do if a 1007 error occurs in Navicat?

爱喝马黛茶的安东尼
Release: 2019-08-06 14:02:41
Original
8561 people have browsed it

What should I do if a 1007 error occurs in Navicat?

1. Error description

1 queries executed, 0 success, 1 errors, 0 warnings
 
查询:create database test
 
错误代码: 1007
Can't create database 'test'; database exists
执行耗时   : 0 sec
传送时间   : 0 sec
Copy after login

Related recommendations: "Navicat for mysql usage graphic tutorial"

2. Error Reason

When creating a database, the same SQL statement was executed twice, resulting in repeated creation of the database.

CREATE DATABASE test;
Copy after login

3. Solution

(1) Do not execute the statement.

(2) If the test is created incorrectly, delete it and re-execute the above SQL.

The above is the detailed content of What should I do if a 1007 error occurs in Navicat?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!