This error message indicates that there is a syntax error in your SQL query near the word "datebase". It seems that you might have misspelled the word "database" in your query.

To fix this error, you should correct the spelling of the word "database" in your SQL query. The correct syntax for creating a new database in MySQL is:

CREATE DATABASE database_name;

Replace "database_name" with the name you want to give to your new database.

ERROR 1064 42000 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near datebase mydatabases at line 1

原文地址: http://www.cveoy.top/t/topic/bmi3 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录