tried to execute dump file in mysql as i usually do with the big files:
mysql -u root -p database_name < mysql_dump.sql
and exactly after this i receive error
ERROR at line 1: Unknown command '\�'.
opening file to see what is there...
in preview mode looks ok
but when i open it in edit mode i see hieroglyphs like
seems to me problem in locale encoding or so, im not very good in linux, what should i do to import the dump step by step pls.