1
I have a file about 192.2 MB in size. I tried to import it through Phpmyadmin, but he complains that the file is too big. I searched the internet for a possible solution to the case, and I saw that it has to be through the "source"
example:
mysql > source: nomeDoArquivo.sql
I did exactly this way but it always returns me error.
Failed to open file 'cep_mysql.sql', error: 2
Does anyone know any way I can do this? Did wrong is necessary to put the file in some specific directory? Grateful!