MySQL Forums
Forum List  »  PHP

Re: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
Posted by: Peter Brawley
Date: June 07, 2017 01:53PM

First thing is, to develop a website or indeed any application, you need two installations of database and web software to be used for the app--on a development machine, in your case probably one of your home computers, and on the target "production" machine.

Yes, that does mean you have to do everything twice. Sort of like the Irish woman who took two pills, to be sure, to be sure.

So I would choose a home machine that'll work for development, there install preferred tools, and establish required database connections.

Now on your production machine: you're trying to connect to mysql how?

Options: ReplyQuote


Subject
Written By
Posted
Re: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
June 07, 2017 01:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.