While installing i got this error:
Insufficient privileges. Database user must have following privileges: CREATE
ALTER
SELECT
INSERT
UPDATE
DELETE
LOCK TABLES
DROP
CREATE TEMPORARY TABLES
You can add these privileges by using a tool such as phpMyAdmin or by executing the right SQL queries. If you don’t know how to do these things, please ask your sysadmin to grant these privileges for you.
I use phpmyadmin and I made a user on my local phpmyadmin with all rights and imported this database onto my ftp-server.
A ‘SHOW GRANTS’-query shows me:
GRANT USAGE ON . TO ‘’@‘localhost’ IDENTIFIED BY PASSWORD ''
GRANT ALL PRIVILEGES ON u754074402_stats
.* TO ‘’@‘localhost’
It’s wierd that it says @localhost, bedause I didn’t set up the user this way…