Page 1 of 1

CMSMS with easyphp

Posted: Thu Apr 14, 2005 6:15 pm
by WinZ
Hi all,

I am trying out the cmsms with the easyphp running locally. during the 3rd phrase of the installation, i encounter the following error msg:

Warning: mysql_connect(): Access denied for user 'cms_user'@'localhost' (using password: YES) in e:\program files\easyphp1-8\www\cmsmadesimple\lib\adodb\drivers\adodb-mysql.inc.php on line 339
Connection failed

Realised that easyphp doesn't set any password for the mysql access, so my question now is, how to turn off the mysql password checking?

Re: CMSMS with easyphp

Posted: Thu Apr 14, 2005 6:34 pm
by jah
Hi,

I'm running EasyPHP locally and never had any problems with this.
Did you go into phpMyAdmin to check that the priviliges match the ones that you used for the CMS installation?

Jon

Re: CMSMS with easyphp

Posted: Fri Apr 15, 2005 2:52 am
by WinZ
jah wrote: Hi,

I'm running EasyPHP locally and never had any problems with this.
Did you go into phpMyAdmin to check that the priviliges match the ones that you used for the CMS installation?

Jon
Hi Jon,

thanks for your reminder, forgot to create database and assign privillage (step 3 of installation). Now it's up and running (locally, of course).
:)

Winson.