i am using mysql5.7 in ubuntu 20.04, i have to restore sqldump using below command but it gives error
mysql -u root -p dev1database < /home/dubansal/dev1database.sql
ERROR: Can't initialize batch_readline - may be the input source is a directory or a block device.