Hi
I am trying to import a sql file which is more than 10 MB. But i can't do it.
Its there any way to import a file which is more than 10MB using MYSQL.
EDIT:
I am having a mysql dump file which is more than 10MB. I can't able to import it in my localhost. While i do the following error is occured.
ERROR: You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.
Thanks in advance.