SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 09.09.2013 19:38:30

tarhoma
Участник
Зарегистрирован: 09.09.2013
Сообщений: 1

Подскажите по бд

пытаюсь импортировать бд через bigdump  и мне пишет ошибку
Error at the line 41: ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=197 ;
Query: --
--
--
--
CREATE TABLE IF NOT EXISTS `bl2oi_assets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
`lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_asset_name` (`name`),
KEY `idx_lft_rgt` (`lft`,`rgt`),
KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=197
MySQL: CREATE command denied to user 'parus33_parus33'@'localhost' for table 'bl2oi_assets'
Stopped on error

Неактивен

 

#2 09.09.2013 20:15:14

vasya
Архат
MySQL Authorized Developer
Откуда: Орел
Зарегистрирован: 07.03.2007
Сообщений: 5842

Re: Подскажите по бд

Эту ошибку выдает bigdamp, попробуйте импортировать родными средствами mysql, например, через командную строку
http://sqlinfo.ru/forum/viewtopic.php?id=583

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson