| От | Richard Huxton |
|---|---|
| Тема | Re: Error in restore the Database in Postgres |
| Дата | |
| Msg-id | 48072E20.5010607@archonet.com обсуждение исходный текст |
| Ответ на | Error in restore the Database in Postgres (dipesh <dipesh.mistry@mobilefundas.com>) |
| Список | pgsql-sql |
dipesh wrote: > Dear Sir, > I have Mysql database backup file ( xyz.sql ). Now i want to restore > this ( xyz.sql ) file into Postgres Database. > I try following command to restore but Postgres gives me the Error. You have a mysql dump, which is designed to restore to a MySQL database. It will include mostly standard SQL and also all the specific MySQL differences. You'll need to convert it to produce something that PostgreSQL can understand. http://pgfoundry.org/search/?type_of_search=soft&words=mysql&Search=Search Perhaps one of these two projects: http://pgfoundry.org/projects/mysql2pgsql/ http://pgfoundry.org/projects/my2postgres/ -- Richard Huxton Archonet Ltd
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера