hadrins wrote on Sunday, May 18, 2008:
Sorry if this is a repeat question int he forum. Is there a way to search them?
After installing, I am getting the following eror in my browser.
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user ‘openemr’@‘localhost’ (using password: YES) in /var/www/htdocs/openemr/library/adodb/drivers/adodb-mysql.inc.php on line 335
Check that mysqld is running.
ERROR: Could not connect to server!
Error: Access denied for user ‘openemr’@‘localhost’ (using password: YES)
In my Apache log I have.
[Sun May 18 11:32:35 2008] [error] PHP Warning: mysql_pconnect() [<a href=‘function.mysql-pconnect’>function.mysql-pconnect</a>]: Access denied for user ‘openemr’@‘localhost’ (using password: YES) in /var/www/htdocs/openemr/library/adodb/drivers/adodb-mysql.inc.php on line 335
I can use MySQL Administration Tool and login to the database using openemr and the password I setup for it. I mysqld is running. I did notice that if I use the command line and connect to the database using mysql -u openemr -p and use a blank password I get in, if I put inthe correct password I do not.
I did have some trouble during the first install and hadto remove the database and start again. Wondering if that was part of the problem. Would really like to get this to work.
Thanks