pavlin Posted September 22, 2017 Share Posted September 22, 2017 Witam, Na potrzeby nowego sklepu za pomocą phpMyadmin zrobiłem zrzut bazy danych. Baza sporo waży, więc zdecydowałem się na import za pomocą narzędzia BigDump. Oczywiście nie obyło się bez problemu. Podczas próby importu dostałem poniższą zwrotkę. Pomożecie przebrnąć import bez szwanku? Error at the line 36: ) ENGINE=InnoDB DEFAULT CHARSET=utf8; Query: --------CREATE TABLE `ps_access` (`id_profile` int(10) UNSIGNED NOT NULL,`id_tab` int(10) UNSIGNED NOT NULL,`view` int(11) NOT NULL,`add` int(11) NOT NULL,`edit` int(11) NOT NULL,`delete` int(11) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8 MySQL: Table 'ps_access' already exists Link to comment Share on other sites More sharing options...
0 pavlin Posted September 22, 2017 Author Share Posted September 22, 2017 Ok, już rozwiązane, zamykam Link to comment Share on other sites More sharing options...
Question
pavlin
Witam,
Na potrzeby nowego sklepu za pomocą phpMyadmin zrobiłem zrzut bazy danych.
Baza sporo waży, więc zdecydowałem się na import za pomocą narzędzia BigDump.
Oczywiście nie obyło się bez problemu. Podczas próby importu dostałem poniższą zwrotkę. Pomożecie przebrnąć import bez szwanku?
Error at the line 36: ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Query: --
--
--
--
CREATE TABLE `ps_access` (
`id_profile` int(10) UNSIGNED NOT NULL,
`id_tab` int(10) UNSIGNED NOT NULL,
`view` int(11) NOT NULL,
`add` int(11) NOT NULL,
`edit` int(11) NOT NULL,
`delete` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8
MySQL: Table 'ps_access' already exists
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