Hello friends, I have a small problem..., Today i backup my Database so the size of that file is 6.35MB, when i am trying to upload it in another of my website, i clicked on import button, then it asked for Brouse for the file, And it also showing that the file size is (Max: 1,024 MiB), but mine is 6.35MB, what i have to do...... please help me to overcome this problem..
You can try something like this: http://www.mysqldumper.net/ Or, you can contact your host, and perhaps they can restore the database for you through a cli.
The best way for you is to use SSH and telnet commands. If you dont know what telnet/SSH is, try google. To create an .sql backup file in current location: Or in other location: Then use FTP to download the file. Next is to restoring the backup file: If the file is located in other folder: Hope it helps