[Problem]:
ERROR 1064 (42000) at line 10987: 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 '(6) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `user_host' at line 2
[Situation]:
匯入資料庫發生錯誤
[Solution ]:
直接進入資料庫匯入檔案
mysql -u root -p
use 欲使用資料庫名字 ;
set names utf8 ;
source 要匯入的檔案位置
留言
發佈留言