How can i upload a bigger size mysql database to server.
Plz its urgent.
Size is around 30mb.
| SitePoint Sponsor |




How can i upload a bigger size mysql database to server.
Plz its urgent.
Size is around 30mb.
It might be helpful to post the exact error message you are getting when you try to upload it. I'm definitely not an expert with databases but you might want to try and contact your host if there is a size limit for databases uploaded to their servers and see if they will allow you permission to upload this one. Also, try just uploading the database to your server (as opposed to importing it through phpmyadmin), and maybe your host will try to import it for you. I know that mine did so for me some time ago.
Thank you, Chuck Norris.




Yeh i know that by phpmyadmin i can, but it did not support large files.
I need some script that will upload the database without time exit out.
Smells like max_execution_time outage.
Better get shell access and run something like:
mysql -uroot -pPASSWORD < /path/to/dump




Thanks for ur idea.
I already fix it. may be next time i will try ur idea.
Bookmarks