Install Error - Access denied for user ....
Posted: Mon Aug 07, 2006 9:45 pm
i'm installing pacsone on GNU/Linux Debian Etch with:
apache2 2.0.55-4
MySql 5.0.22
but in the install, have this error "could not connect to [datapacs] as [new]: Access denied for user 'new'@'localhost' (using password: YES)"
this is the instalation log
Last, when i login on http://localhost/pacsone/login.php
and go to any link ex. "Browse" i get User [new] has been logged out automatically due to inactivity.
what is the problem??
INFORMATION DATA
thanks
Emanuel
apache2 2.0.55-4
MySql 5.0.22
but in the install, have this error "could not connect to [datapacs] as [new]: Access denied for user 'new'@'localhost' (using password: YES)"
this is the instalation log
Will This Be a [N]ew Installation or pgrade?
Please Enter [N] or => N
Please Enter Application Entity Title for PacsOne Server Premium Edition: =>aepacs
Please Enter Server Port Number for PacsOne Server Premium Edition: =>6666
Use Default MySQL Client Connection Settings Below ?
(TCP Port = [3306], Socket = [/var/lib/mysql/mysql.sock])
Please Type [Y]es, [N]o or ENTER to Use Default => n
Please Enter MySQL Client TCP Port Number [3306]: =>3306
Please Enter MySQL Client Socket [/var/lib/mysql/mysql.sock]: =>/var/run/mysqld/mysqld.sock
Please Enter MySQL Database Name for PacsOne Server Premium Edition: =>datapacs
Please Enter MySQL Username for PacsOne Server Premium Edition: =>new
Please Enter MySQL User Password for PacsOne Server Premium Edition: (Not Echoed for Security) =>
Please Enter Logfile Directory for PacsOne Server Premium Edition: [/home/pacsone/log/]
Press ENTER if default value is OK =>
Please Enter Default Archive Directory for PacsOne Server Premium Edition: [/var/pacsone/]
Press ENTER if default value is OK =>
Please Enter Storage Format: Dicom Part 10[X] or [N]ative
Please Enter [X] or [N] => X
Enable HL-7 Message Listner Option?
Please Enter [Y] or [N] => N
*******************************************************************
Setup will delete any existing tables in database 'datapacs'
before creating new tables
Press OK to confirm or CANCEL to abort.
*******************************************************************
[O]K [C]ANCEL =>O
*******************************************************************
Database 'datapacs' and/or Username 'new' does not appear to be valid
Would you like to set it up?
*******************************************************************
[Y]ES [N]O =>Y
Please Enter MySQL Password for Administrator [root]: =>
*******************************************************************
Config: could not connect to [datapacs] as [new]: Access denied for user 'new'@'localhost' (using password: YES)
*******************************************************************
[O]K => [O]K =>O
*******************************************************************
Warning: Config: could not connect to [datapacs] as [new]: Access denied for user 'new'@'localhost' (using password: YES)
*******************************************************************
[O]K =>O
PacsOne Server Installation Complete.
Last, when i login on http://localhost/pacsone/login.php
and go to any link ex. "Browse" i get User [new] has been logged out automatically due to inactivity.
what is the problem??
INFORMATION DATA
Code: Select all
************ dbinstall.log FILE ******
abomaso:/home/pacsone/log# tail dbinstall.log
--------------
create table hl7segzds (
uid VARCHAR(64) NOT NULL,
studyuid VARCHAR(64) NOT NULL,
PRIMARY KEY (uid, studyuid))
--------------
Query OK, 0 rows affected
Bye
***************
**** ldd ***
abomaso:/home/pacsone# ldd Setup.exe
linux-gate.so.1 => (0xffffe000)
libmysqlpp.so.1 => /usr/local/lib/libmysqlpp.so.1 (0xb7dbc000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7cdb000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7cb5000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7caa000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7b72000)
/lib/ld-linux.so.2 (0xb7f05000)
******************
Emanuel