fenmar Posted September 26, 2013 Share Posted September 26, 2013 No to tak... Baza istniała i sam ją eksportowałem jak staram sie zaimportować, to błąd: Błąd Zapytanie SQL: -- -- Zrzut danych tabeli `ps_access` -- INSERT INTO `ps_access` (`id_profile`, `id_tab`, `view`, `add`, `edit`, `delete`) VALUES (1, 0, 1, 1, 1, 1), (1, 1, 1, 1, 1, 1), (1, 5, 1, 1, 1, 1), (1, 7, 1, 1, 1, 1), (1, 9, 1, 1, 1, 1), (1, 10, 1, 1, 1, 1), (1, 11, 1, 1, 1, 1), (1, 13, 1, 1, 1, 1), (1, 14, 1, 1, 1, 1), (1, 15, 1, 1, 1, 1), (1, 16, 1, 1, 1, 1), (1, 19, 1, 1, 1, 1), (1, 20, 1, 1, 1, 1), (1, 21, 1, 1, 1, 1), (1, 22, 1, 1, 1, 1), (1, 23, 1, 1, 1, 1), (1, 24, 1, 1, 1, 1), (1, 25, 1, 1, 1, 1), (1, 26, 1, 1, 1, 1), (1, 27, 1, 1, 1, 1), (1, 28, 1, 1, 1, 1), (1, 29, 1, 1, 1, 1), (1, 30, 1, 1, 1, 1), (1, 32, 1, 1, 1, 1), (1, 33, 1, 1, 1, 1), (1, 34, 1, 1, 1, 1), (1, 35, 1, 1, 1, 1), (1, 36, 1, 1, 1, 1), (1, 37, 1, 1, 1, 1), (1, 39, 1, 1, 1, 1), (1, 40, 1, 1, 1, 1), (1, 41, 1, 1, 1, 1), (1, 42, 1, 1, 1, 1), (1, 43, 1, 1, 1, 1), (1, 45, 1, 1, 1, 1), (1, 46, 1, 1, 1, 1), (1, 50, 1, 1, 1, 1), (1, 51, 1, 1, 1, 1), (1, 53, 1, 1, 1, 1), (1, 54, 1, 1, 1, 1), (1, 55, 1, 1, 1, 1), (1, 56, 1, [...] MySQL zwrócił komunikat: #1062 - Duplicate entry '1-0' for key 'PRIMARY' Dodam ze eksport z tego samego serwa i import na ten sam... Tu potrafi to isnieć, a zaimportowac juz sie nie da? Link to comment Share on other sites More sharing options...
0 vekia Posted September 26, 2013 Share Posted September 26, 2013 w tabeli istnieją już dane więc nie można ich zastąpić (wpisy mają unikaly id i są kluczem głównym) przed importem wyczyścić bazę (TRUNCATE) - powinno pomóc Link to comment Share on other sites More sharing options...
Question
fenmar
No to tak... Baza istniała i sam ją eksportowałem jak staram sie zaimportować, to błąd:
Dodam ze eksport z tego samego serwa i import na ten sam... Tu potrafi to isnieć, a zaimportowac juz sie nie da?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now