gpt4 book ai didi

mysql - 蜘蛛 MySQL 表

转载 作者:行者123 更新时间:2023-12-01 00:43:32 28 4
gpt4 key购买 nike

我正在尝试安装 Sphider 来搜索我的网站,当我尝试创建 MySQL 表时出现此错误:

create table query_log (    query varchar(255),    time timestamp(14),    elapsed float(2),    results int,    key query_key(query)    ) ENGINE = MYISAM;MySQL said: Documentation\#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 '(14),    elapsed float(2),    results int,    key query_key(query)    ) ENGINE = MYI' at line 3 

我该如何解决这个问题?

最佳答案

根据 Sphider 论坛,这似乎是 TimeStamp 字段类型的问题,或者至少是它在此 CREATE TABLE 查询中的使用方式。 (http://www.sphider.eu/forum/read.php?2,8933)。在该论坛页面上,建议您:

1) 编辑 admin/install.php 文件,2) 更改第 139 行,从:时间戳(14),到时间戳,

关于mysql - 蜘蛛 MySQL 表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25940052/

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