Using wpdb without loading all plug-ins via wp-load.php

WordPress 3.4+ Method:
Just define this
define( ‘SHORTINIT’, true );
before you call wp-load.php