@rajasekharan I’m getting this error,
WordPress database error: [Access denied for user ‘web106-a-wor-150’@’%’ to database ‘web106-a-wor-150’]
CREATE TEMPORARY TABLE IF NOT EXISTS wp_wpr_subscribers_1 as SELECT a.nid nid, a.id id, a.name name, a.email email, a.date date, a.active active, a.confirmed confirmed, a.fid fid, a.hash hash FROM wp_wpr_subscribers a WHERE a.nid=1;
WordPress database error: [Table ‘web106-a-wor-150.wp_wpr_subscribers_1’ doesn’t exist]
select * from wp_wpr_subscribers_1 where id=3;
how would i go aroud fixing this ?