MySQL Forums
Forum List  »  Russian

Перенос БД MySQL. Проблема с information_schema.
Posted by: qwe qwe
Date: April 10, 2009 02:59AM

Здравствуйте.
Возник вопрос по переносу БД MySQL.
на старом сервере делаю:
mysqldump -u root --all-databases > backup.sql

на новом сервере:
mysql -u root < backup.sql

И получаю ошибку:
ERROR 1044 (42000) at line 11: Access denied for user 'root'@'localhost' to database 'information_schema'

В документации к mysqldump говорилось про то, что оно не бэкапит базу `information_schema`.
Как обойти эту ошибку?

С уважением.

Options: ReplyQuote


Subject
Views
Written By
Posted
Перенос БД MySQL. Проблема с information_schema.
7320
April 10, 2009 02:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.