Friday, November 27, 2009

Re: [MySQL error 1045] Beginning cakephp question ( novice )

If neither of those works then you just have the wrong password and you can google how to reset the root password

On Fri, Nov 27, 2009 at 6:01 PM, Dave <davidcroda@gmail.com> wrote:
A lot of times when you first setup your web server the mysql root user doesn't have a password yet.

try with an empty password.

To set a password if one does not yet exist type mysqladmin -u root password 'PASSWORD' in the command line


On Fri, Nov 27, 2009 at 4:21 PM, Thomas G. <thomasgoijarts@gmail.com> wrote:
Hi Guys,

I'm trying to start with the cakephp framework. I'm reading cakephp
from novice to professional.

Now i'm trying to connect to the database on localhost but it doens't
work!

I get an error 1045 saying; acces denied for user
'root'@'localhost' ( password=YES)

I added 3 screenshots so you can see my variables.

http://www.ibadan.nl/cakehelp/error1.png   (database.php)
http://www.ibadan.nl/cakehelp/error2.png    (login via cocoamysql )
http://www.ibadan.nl/cakehelp/error3.png   (error message)

Does anyone have a suggestion how i solve this?

Thanks in advance!

Regards,

Thomas G



[MySQL error 1045] Beginning cakephp question ( novice )

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: