WordPress database error: [Access denied for user 'rp5368un_mingle'@'localhost' (using password: YES)]
CREATE OR REPLACE VIEW wp_wsm_monthWisePageViews AS SELECT DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+00:00'),'%Y-%m') as recordMonth, SUM(totalViews) as pageViews FROM wp_wsm_pageViews GROUP BY DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+00:00'),'%Y-%m')

WordPress database error: [Access denied for user 'rp5368un_mingle'@'localhost' (using password: YES)]
CREATE OR REPLACE VIEW wp_wsm_monthWiseFirstVisitors AS SELECT DATE_FORMAT(CONVERT_TZ(firstVisitTime,'+00:00','+00:00'),'%Y-%m') as recordMonth, COUNT(visitorId) as visitors FROM wp_wsm_uniqueVisitors GROUP BY DATE_FORMAT(CONVERT_TZ(firstVisitTime,'+00:00','+00:00'),'%Y-%m')

WordPress database error: [Access denied for user 'rp5368un_mingle'@'localhost' (using password: YES)]
CREATE OR REPLACE VIEW wp_wsm_monthWiseBounce AS SELECT DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+00:00'),'%Y-%m') as recordMonth, COUNT(*) as bounce FROM wp_wsm_bounceVisits GROUP BY DATE_FORMAT(CONVERT_TZ(visitLastActionTime,'+00:00','+00:00'),'%Y-%m-')

WordPress database error: [Access denied for user 'rp5368un_mingle'@'localhost' (using password: YES)]
CREATE OR REPLACE VIEW wp_wsm_monthWiseBounceRate AS SELECT mwb.recordMonth, mwb.bounce, mwp.pageViews, mwv.visitors, ((mwb.bounce/mwp.pageViews)*100) AS bRatePageViews, ((mwb.bounce/mwv.visitors)*100) AS bRateVisitors FROM wp_wsm_monthWiseBounce mwb LEFT JOIN wp_wsm_monthWisePageViews mwp ON mwb.recordMonth=mwp.recordMonth LEFT JOIN wp_wsm_monthWiseVisitors mwv ON mwb.recordMonth=mwv.recordMonth


Warning: Cannot modify header information - headers already sent by (output started at /home/rp5368un/letsminglecards.com/wp-includes/wp-db.php:1519) in /home/rp5368un/letsminglecards.com/wp-includes/pluggable.php on line 1329

Warning: Cannot modify header information - headers already sent by (output started at /home/rp5368un/letsminglecards.com/wp-includes/wp-db.php:1519) in /home/rp5368un/letsminglecards.com/wp-includes/pluggable.php on line 1332