Wednesday, 5 November 2014

Why zend framework can't access to mysql database?



You don't have rights to access database. Execute


GRANT ALL PRIVILEGES ON *.* TO ''@localhost


and then


FLUSH PRIVILEGES


to get access.

No comments:

Post a Comment