I'm getting the same error with a new install (1.2.6) on the server. However if I ignore it I get an error message while the tables are updated.
The first message is:
Your MySQL user must have Alter, Create, Delete, Drop, Index, Insert, Select and Update rights.
Grants found:
GRANT USAGE ON *.* TO 'username'@'localhost' IDENTIFIED BY PASSWORD '7c97b920244f50e5'
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX ON `username`.* TO 'username'@'localhost'
When clicking Go I get the following:
About to update tables...
Zenphoto Error
MySQL Query ( SELECT `name`, `id` FROM `zp_administrators` WHERE `user` = 'administrators' AND `valid`=0 ) failed. Error: Unknown column 'valid' in 'where clause'
At this point the installation halts.
I contacted the hosting company to ask about the mysql user rights and they said I should have all the grants mentioned.
Any ideas how to solve this problem?
Thanks!
Bob