Drupal upload server database
I have faced this horrible issue of transferring database from either my localhost to the server or transferring from one hosting server to another.
The even for small drupal sites the database gets so huge that transferring is not possible at times. There is a timeout error and when I tried to upload per table, life became unbearable.
So i came with this solution hoping to help whoever is stuck with dilemma.
The solution is just to import first the database structure and then the database data excluding all the cache tables and watchdog table. Probably it is an obvious solution but I literally sweated to get to it.