I am trying to import DB dump with following command.
mysql -u doadmin -p -f tetdb < test.sql
then I am getting all imported table name and column warped by Backtick (´).
´test_cache_menu´ ´test_cache_data´
My test.sql is too big (40GB) so I can't edit the file.