Error message
MySQL Error:Too many connections Query: show tables like 'rstat_day'
MySQL Error:Too many connections Query: drop table if exists rstat_day;
MySQL Error:Too many connections Query:
create table rstat_day
(
date int unsigned,
new int unsigned,
returning int unsigned,
total int unsigned,
hosts int unsigned,
pages int unsigned,
index idx_daily_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_week;
MySQL Error:Too many connections Query:
create table rstat_week
(
date int unsigned,
new int unsigned,
returning int unsigned,
total int unsigned,
hosts int unsigned,
pages int unsigned,
index idx_weekly_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_month;
MySQL Error:Too many connections Query:
create table rstat_month
(
date int unsigned,
new int unsigned,
returning int unsigned,
total int unsigned,
hosts int unsigned,
pages int unsigned,
index idx_monthly_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_year;
MySQL Error:Too many connections Query:
create table rstat_year
(
date int unsigned,
new int unsigned,
returning int unsigned,
total int unsigned,
hosts int unsigned,
pages int unsigned,
index idx_yearly_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_pages;
MySQL Error:Too many connections Query:
create table rstat_pages
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_pages_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_browser;
MySQL Error:Too many connections Query:
create table rstat_browser
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_browsers_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_os;
MySQL Error:Too many connections Query:
create table rstat_os
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_os_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_spider;
MySQL Error:Too many connections Query:
create table rstat_spider
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_spider_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_category;
MySQL Error:Too many connections Query:
create table rstat_category
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_category_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_product;
MySQL Error:Too many connections Query:
create table rstat_product
(
date int unsigned,
name varchar(255),
title varchar(255),
count int unsigned,
index idx_product_date (date)
);
MySQL Error:Too many connections Query: drop table if exists rstat_session;
MySQL Error:Too many connections Query:
create table rstat_session
(
id varchar(32),
session_id varchar(32),
host int,
start int unsigned,
end int unsigned,
fpage varchar(255),
lpage varchar(255),
index idx_browsers_date (start)
);
MySQL Error:Too many connections Query: select (count(*)) as 'expr' from rstat_session where (host=644300605) and (((start>=1219878000) and (start < 1219964400)) || (session_id='75d95f993e410e42dc31034e66520319'))
MySQL Error:Too many connections Query: update rstat_spider set count=count+1 where (date=1219878000) and (name='CCBot/1.0 (+http://www.commoncrawl.org/bot.html)');
MySQL Error:Too many connections Query: insert into rstat_spider(date,name,title,count) values (1219878000,'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)','Unknown:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',1);
MySQL Error:Too many connections Query: show tables like 'ilite_string'
MySQL Error:Too many connections Query: select id from ilite_menu where link='/hvac.php'
MySQL Error:Too many connections Query: select (id) as 'expr' from ilite_menu where id=1
Unable to install RSTAT module