gpt4 book ai didi

mysql - 无法在 mySQL 中创建简单数据库

转载 作者:行者123 更新时间:2023-11-29 12:34:35 26 4
gpt4 key购买 nike

CREATE DATABASE 'hello' ;

19:40:38 CREATE DATABASE 'hello' Error Code: 1064. 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 ''hello'' at line 1

我用默认设置安装了mysql,不知道和设置有没有关系。

有人可以告诉我如何修复这个错误吗?

最佳答案

CREATE DATABASE语句的基本语法如下:

        CREATE DATABASE DatabaseName;

尝试如下...

        CREATE DATABASE hello;

关于mysql - 无法在 mySQL 中创建简单数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26996523/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com