(10-02-2017, 06:47 PM)Me.B Wrote: apache have own upload limit but it's defaut is 2GB. So it would work.
If you want to ssh server and add db you can do it
Code:mysql -u username -p database_name < file.sql
I tried your method as well, but i couldn't add to my database. I keep getting error No such file or directory found.
But i know my db.sql file is present inside my website home directory, which i m seeing as
public_html/mydomain_com/db.sql
What wrong am i doing. I also tried to see if i m reach my mysql with the method or not. But when I am using above method I mentioned I couldn't be able to locate my db.sql file and add it to my db. Also my file size if over 2gb.