php - xampp mysql: select command denied -


i using xampp om windows 7. logged in root user password have set up. created new database(i using xampp first time). , not getting option creating tables in it. shows following error:

error sql query: documentationedit  select `tables`  `phpmyadmin`.`pma_recent` `username` =  'root'  mysql said: documentation  #1142 - select command denied user ''@'localhost' table 'pma_recent' 

how rid of this?

i line also, somewhere @ bottom of page along error message:

the phpmyadmin configuration storage not configured, extended features have been deactivated. 

http://dev.mysql.com/doc/refman/5.1/en/grant.html

grant select on db.table 'user'@'localhost';  grant on db1.* 'jeffrey'@'localhost'; ------------ think better. 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -