SQL query failed:
SHOW TABLES LIKE 'quickcount' With error: Access denied for user: 'root@localhost' (Using password: NO)
SQL query failed:
CREATE TABLE `quickcount`
(
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
`url` TEXT NOT NULL,
`count` INT NOT NULL
) TYPE = MYISAM COMMENT = 'QuickCount counter table.' With error: Access denied for user: 'root@localhost' (Using password: NO)
Schema not installed and unable to automatically create. Check MySQL user privileges.