I'm facing a issue while importing the dump in my system, i'm getting the error as
" Error: syntax error at or near "
" LOCK TABLES
DB_NAME` WRITE;"
and exiting with "out of memory"
We had taken back-up from Suse linux and trying to import in Cent OS 6.3
.
Any suggestion to fix this issue.
Thanks in Advance,
psql dbname < dumpfile.sql
to do the import? – Dondi Michael Stroma Apr 11 '13 at 5:58