[其它]我執行MY SQL 一直出現的問題
發表於 : 2002-06-19 22:47
INSERT INTO `phpbb_users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`, `user_money`) VALUES ('2', '1', '健仔', '13205e4cafe4bb29ecece11630180308', '1024497168', '0', '1024497114', '1023864437', '1', '1040', '8', '1', 'chinese_traditional_taiwan', 'd M Y h:i a', '0', '0', '1023976634', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '8', '2.gif', '1', 'steven.horng@msa.hinet.net', '', 'http://n629.d2g.com/phpBB2/', 'Democracy', '[color=#FF0000:b946e6b576]當在發言時請注意到你的言論,若不清楚如何使用論壇,多問人不要都不問.![/color:b946e6b576]', 'b946e6b576', '', '', 'steven.horng@msa.hinet.net', '', '', '', '', '1380');
MySQL 傳回:
Duplicate entry '2' for key 1
每次執行都會這樣子
要怎麼改ㄚ
MySQL 傳回:
Duplicate entry '2' for key 1
每次執行都會這樣子
要怎麼改ㄚ