1

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.

Suresh Kamrushi
  • 15,627
  • 13
  • 75
  • 90
  • possible duplicate : https://stackoverflow.com/questions/28452021/error-cant-initialize-batch-readline-may-be-the-input-source-is-a-directory/29237277 – Suresh Kamrushi May 11 '21 at 04:38
  • Are you using the 32-bit version of MySQL 5.7? If so, the source `.sql` file cannot be larger than 4GB ... – matigo May 11 '21 at 05:38

0 Answers0