Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7593079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:04:34+00:00 2026-05-30T21:04:34+00:00

I have a website built on Zend Framework. I want to run the site

  • 0

I have a website built on Zend Framework. I want to run the site on my local machine.
I am using wamp server and I created the database for the website.

When loading the site I get the following errors:

( ! ) Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'devhyper_links'@'localhost' (using password: YES)' in E:\wamp\www\hyper\code\library\Zend\Db\Adapter\Pdo\Abstract.php on line 144
( ! ) PDOException: SQLSTATE[28000] [1045] Access denied for user 'devhyper_links'@'localhost' (using password: YES) in E:\wamp\www\hyper\code\library\Zend\Db\Adapter\Pdo\Abstract.php on line 129
Call Stack
#   Time    Memory  Function    Location
1   0.0006  368952  {main}( )   ..\index.php:0
2   0.0422  1681728 Zend_Application->bootstrap( )  ..\index.php:20
3   0.0422  1681760 Zend_Application_Bootstrap_BootstrapAbstract->bootstrap( )  ..\Application.php:355
4   0.0422  1681760 Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap( ) ..\BootstrapAbstract.php:583
5   0.1858  5863392 Zend_Application_Bootstrap_BootstrapAbstract->_executeResource( )   ..\BootstrapAbstract.php:619
6   0.1858  5863520 MKLib_Application_Bootstrap_Bootstrap->_initUtf8( ) ..\BootstrapAbstract.php:666
7   0.1970  6299480 Zend_Db_Adapter_Pdo_Abstract->exec( )   ..\Bootstrap.php:60
8   0.1970  6299480 Zend_Db_Adapter_Abstract->getConnection( )  ..\Abstract.php:263
9   0.1970  6299480 Zend_Db_Adapter_Pdo_Mysql->_connect( )  ..\Abstract.php:315
10  0.1970  6299480 Zend_Db_Adapter_Pdo_Abstract->_connect( )   ..\Mysql.php:96
11  0.1970  6299968 PDO->__construct( ) ..\Abstract.php:129
( ! ) Zend_Db_Adapter_Exception: SQLSTATE[28000] [1045] Access denied for user 'devhyper_links'@'localhost' (using password: YES) in E:\wamp\www\hyper\code\library\Zend\Db\Adapter\Pdo\Abstract.php on line 144
Call Stack
#   Time    Memory  Function    Location
1   0.0006  368952  {main}( )   ..\index.php:0
2   0.0422  1681728 Zend_Application->bootstrap( )  ..\index.php:20
3   0.0422  1681760 Zend_Application_Bootstrap_BootstrapAbstract->bootstrap( )  ..\Application.php:355
4   0.0422  1681760 Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap( ) ..\BootstrapAbstract.php:583
5   0.1858  5863392 Zend_Application_Bootstrap_BootstrapAbstract->_executeResource( )   ..\BootstrapAbstract.php:619
6   0.1858  5863520 MKLib_Application_Bootstrap_Bootstrap->_initUtf8( ) ..\BootstrapAbstract.php:666
7   0.1970  6299480 Zend_Db_Adapter_Pdo_Abstract->exec( )   ..\Bootstrap.php:60
8   0.1970  6299480 Zend_Db_Adapter_Abstract->getConnection( )  ..\Abstract.php:263
9   0.1970  6299480 Zend_Db_Adapter_Pdo_Mysql->_connect( )  ..\Abstract.php:315
10  0.1970  6299480 Zend_Db_Adapter_Pdo_Abstract->_connect( )   ..\Mysql.php:96
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:04:35+00:00Added an answer on May 30, 2026 at 9:04 pm

    You have to

    1. Create a database user devhyper_links on your local MySQL database
    2. Grant appropriate privileges for devhyper_links to your local MySQL database

    Something like

    GRANT ALL ON db_name.* TO "devhyper_links"@"localhost" IDENTIFIED BY "password";
    FLUSH PRIVILEGES;
    

    Please note that ALL privileges may be too open. Customise at your discretion.

    See http://dev.mysql.com/doc/refman/5.5/en/grant.html#grant-privileges

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a social networking website built upon the zend framework. My application also
We have a flash website built using flex and CS3. Majority of the site
I have a website built with ASP.NET (3.5) and want add some level of
I have a website built in mvc3. I want to have an image of
I want to build a website having these things PHP5 or above Zend Framework
I have a simple website built using PHP. It is hosted on a Linux
I have a website built with CodeIgniter which, for the admin area, is using
I have a website built (Java/J2EE), and now I want to store documents in
I have a website that I built on the CodeIgniter framework. It implements the
I have a website built using Django on Dreamhost deployed successfully with Passenger and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.