GithubHelp home page GithubHelp logo

Comments (2)

ZeusGamingPlay avatar ZeusGamingPlay commented on June 12, 2024

数据库导入phpMyAdmin出错
错误
静态分析:

分析时发现2个错误。

Unexpected beginning of statement. (near "REATE" at position 0)
Unrecognized statement type. (near "TABLE" at position 6)
SQL 查询:

REATE TABLE qr ( id int(11) NOT NULL AUTO_INCREMENT, qr varchar(128) NOT NULL DEFAULT '', name varchar(10) NOT NULL DEFAULT '', alipay varchar(255) NOT NULL DEFAULT '', qq varchar(255) NOT NULL DEFAULT '', wechat varchar(255) NOT NULL DEFAULT '', time int(11) NOT NULL DEFAULT '0', ip varchar(128) NOT NULL DEFAULT '', PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8

MySQL 返回: 文档

#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 'REATE TABLE qr (
id int(11) NOT NULL AUTO_INCREMENT,
qr varchar(128) N' at line 1

from qr.

iAJue avatar iAJue commented on June 12, 2024

重新下载sql文件导入。
另外一个问题不在这个项目的范畴内

from qr.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.