I'm use MySQL innoDB
I have larg SQL file and and I need to execute this file on my database but when I run the file using this command
mysql -hlocalhost -root -proot mydb< mysql.sql
I got this error
ERROR 1114 mysql table is full
it execute some tables and insert the records to it but when reach to table named feed it insert 2000000 record and return that error
what I can do to solve this error , are there any way to execute this file