a95687590 發表於 2023-6-21 06:41

求解 Mysql 讀取db


我開啟MySQL讀取db資料出現這情形 請問要如何解決呢???

https://lineage45.com/data/attachment/forum/201711/16/015204vnmm33ti5jxwwtis.jpg

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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8' at line 7
CREATE TABLE `character_bank` (
`account_name` varchar(45) NOT NULL,
`adena_count` bigint(10) NOT NULL DEFAULT '0',
`pass` varchar(10) NOT NULL,
`settime` datetime NOT NULL,
PRIMARY KEY (`account_name`),
KEY `char_id` (`account_name`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Finished - Unsuccessfully
--------------------------------------------------

xgocn 發表於 2023-6-21 07:43

MYSQ版本的问题,我可以尝试协助你,我的联系方式如下

twddhot 發表於 2023-6-24 13:14

check the manual that corresponds to your MySQL server version
頁: [1]
查看完整版本: 求解 Mysql 讀取db