Hi all, I have this HUGE Db thats 600MB large, 3.7 million records and I need help getting it completely imported and optimized as I have it now it looks like some of the script is not getting uploaded, because I believe it's starting to list single records of the MYSQL DB. It takes probably 2-3 mintues to load and I'm on a VPS server. So even if the DB did get fully loaded it's taking entirely too long for the site to load. Any suggestions or ideas as to how to get this too work properly, I know it's possible I'm not a MYSQL guru. Any help is appreciated. Thanks
Well to work this out we are going to need to know what your site is? Forum? Link Directory? Video Site? Other? You could probably hire a programmer to fix this for you. To make the script pull a certian number of results from the MySQL database, or divide the results into separate pages.
www.businesscalifornia.net Let me warn you it takes a while to load up so give it a few minutes. I just tried reuploading the DB and instead of the 900MB it was when it was uploaded last time it's now 500MB. This is really crazy. Thanks
check this url.. maybe these links can help you http://www.ozerov.de/bigdump.php http://www.sharkspace.com/helpcenter/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=36
Why not download one table at a time as an .sql file, then you can open each .sql file and manually break it into smaller .sql files for uploading. Sure it will take forever, but it should work- Ive done it before.
Yea I figured out that the DB is totally screwed because I uploaded another DB to another site and it's much better. 2+Million records and it loads better now that I enabled MYSQL query_cache and thats much better now. Thanks all.
Delete the overhead if exists. Do you use a MySQL administration centre such as PHPMyADMIN, MySQL Quick ADmin ?