Well I have asked this question in WP Forums, StackOverflow, and GoDaddy community as well, but nothing worked out. Hoping something is in here.
I used 2 separated subdomains for my blog and site (2separate SQL database). But not I cudn’t maintain separately so trying to merge them into a single WP driven site. If I do that, I will end up with limitation of max 1GB SQL DB set by GoDaddy (and I can’t purchase dedicated solutions for this).
There is a way out to split a single DB into 2, or use more than 1 DB for WP. So, asking for you genius guys to help me out.
Not 100% sure how your DB could get that big. Have you gone through and cleaned out post revisions, old rows in the wp_options table from old plugins, etc?
I have a working solution but it could seems a bit hackish.
Put this code inside your wp-config.php and have fun!
Note: You need to remove other occurences of define(‘DB_NAME’) etc.
The code above checks for $_SERVER[‘HTTP_HOST’] variable and switch db connection according to it.
Hope this helps!