码迷,mamicode.com
首页 > 数据库 > 详细

Django中创建数据库报错: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 '=utf8' at line 1解决方案

时间:2020-07-18 11:39:41      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:char   技术   反引号   base   use   ror   mic   http   create   

一、问题描述

  Django中执行create database charset=utf8;命令报错: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 ‘=utf8‘ at line 1

 

二、问题原因

  数据库名称没有用反引号引起来

三、解决方案

  创建数据库时使用以下命令即可:

    create ‘ database‘ charset=utf8;

    

技术图片

 

Django中创建数据库报错: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 '=utf8' at line 1解决方案

标签:char   技术   反引号   base   use   ror   mic   http   create   

原文地址:https://www.cnblogs.com/lxmtx/p/13334473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!