I have an sql database about 200Mb, but my server allow me to import file to database about 8Mb. Is there anyway to split database into small parts, so i can upload to my server ????
You could try to break the dump file up so it's table by table. That may get it under your 8 mb limit. Anotehr way might just be to ask your host to load the dump for you.