J'ai un problème quand je transfert ma bdd, ca me fait ca:
requête SQL:
--
-- Contenu de la table `fsb2_auths`
--
INSERT INTO `fsb2_auths` ( `auth_name` , `auth_level` , `auth_begin` )
VALUES (
'auth_edit_user', 5, 2
), (
'auth_extra_edit_user', 5, 2
), (
'auth_ip', 5, 2
), (
'upload_file', 1, 1
), (
'download_file', 1,
), (
'upload_quota_unlimited', 3, 1
), (
'approve_event', 2, 1
), (
'calendar_read', 1,
), (
'calendar_write', 1,
), (
'warn_user', 2, 2
), (
'procedure', 4, 3
), (
'confirm_account', 4, 3
), (
'can_see_memberlist', 1,
), (
'can_see_profile', 1,
), (
'mass_moderation', 2, 2
), (
'log_hidden', 1, 1
), (
'stats_box', ,
), (
'online_box', ,
);
MySQL a répondu:
#1062 - Duplicate entry 'auth_edit_user' for key 1