Please help in my installation

Trouble during PacsOne Server installations
Post Reply
Guest
Please help in my installation

Post by Guest » Mon May 23, 2005 6:37 am

I installed the mysql and then tried to install PacsOne. But when I enter the following entries in PacsOne installer and hited install button. It give me following error

error configuring Mysql database: Pacsone
Mysql Error: Access Denied for user 'pacsone'@'localhost' (using password=yes)
Please verify the specified MYSQL username and password are valid

Please let me know the steps. Do I have to create username and password before Pacsone set. If yes, how can I create those with respect to username = Pacsone and Database name also have Pacsone
Thanks.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon May 23, 2005 10:59 am

Are you installing the Basic Edition or the Premium Edition of PacsOne Server?

If you're installing the Basic Edition, you'd need to create the MySQL username and password manually prior to running the Setup.exe installer for PacsOne Server. See the README.TXT file that comes with the Basic Edition installation package.

If you're installing the Premium Edition, the MySQL username/password you entered will be created by the installaer if they don't exist already, but you'd need to enter the password for the Administrator 'root'.

Guest

Installation Help

Post by Guest » Mon May 23, 2005 6:24 pm

Thanks for your response. I am using basic edition. I have loaded mysql (4.0) successfully. Then I changed the root password (Successfully). Then according to the manual, I entered the root directory and created dummy database (successfully) and then use drop command to delete dummy database (successfully)
After above all, I tried to install to basic version could not install because it does not like my entries as indicated on page 9 of installation procedure.
Please help

Guest

Installation Help

Post by Guest » Mon May 23, 2005 7:47 pm

I did following steps:
1) I changed the root password by using the following
mysqladmin -u root password NEW_PASSWORD

2) Then created dicom database using the following
create database dicom;

3) The I created the user name by using the following
GRANT ALL PRIVILEGES ON dicom.* TO pacsone@localhost IDENTIFIED BY 'PASS_WORD' WITH GRANT OPTION;

4) Then I finalized all by using the following:
flush privileges;

5) The I exited using exit statement.

6) then I ran installation of PacsOne

7) One Last step, I entered the following values under MYSQL section
DataBase Name: dicom
UserName : pacsone
Password: Password (which I created in step 3)

8) after I hitted install button but I got error
access denied for user: 'pacsone@localhost' (using password=YES)

Please help

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue May 24, 2005 1:24 am

Does your password for user pacsone contain any special characters?

Can you login to MySQL from a command shell after Step 5 above, using the very same username (pacsone) and password?

Post Reply