I have a file with about 192.2 MB in size. I tried importing it through PHPMyAdmin but it complains that the file is too big. I searched the internet for a possible solution to the case, and 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 of any way I can do this? Did I do wrong is needed by the file in some specific directory? Thanks!