Error Uploading Sql

I installed cyberpanel from Digitalocean market place, I want to test this Panel maybe I will move my website directly to it and leave cloudways…
I have added my website, uploaded my website files and my database to the filemanager. All that’s remaining now is to import my database to the phpmyadmin via ssh, I tried it and I got this error message “ERROR 1118 (42000) at line 468: The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.”, I have searched online but I don’t seem to see any way to fix this…
I have increased the upload & post size but its still not uploading even through phpmyadmin…

Check this solution . innodb_log_file_size
Must be 10 times then the raw size so increasing it will solve your issues

Thanks…

In my case it worked by adding below to ~/.my.cnf

[mysqld]
innodb_log_file_size=256M