Jump to content
  • 0

BigDump problem


pavlin

Question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...