I am trying to import database file through cmd because its size is too big.
I have tried following command,
/opt/lampp/bin $ mysql.exe -u root -p db_name <~ filename.sql
but it gives
mysql Ver 14.14 Distrib 5.5.43, for debian-linux-gnu (x86_64) using readline 6.3 Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
and open help of mysql command.
I cant get the problem. Please help