How to check if I am inside the WP Theme Customizer preview?

Check for global variable $wp_customize:

if ( empty ( $GLOBALS['wp_customize'] ) ) 
{
    // show something
}

Update: in WordPress 4.0, you can use is_customize_preview().

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)