Just had CFMX installed on our Linux server, and using the CF Server admin, I
can't assign DSN to the mysql database. i get this in red at the top of the
Datasources page when I try to set up the DSN:
Connection verification failed for data source: dbname
[]java.sql.SQLException: Invalid authorization specification: Access denied
for user: 'user...@localhost.localdomain' (Using password: YES)
The root cause was that: java.sql.SQLException: Invalid authorization
specification: Access denied for user: 'user...@localhost.localdomain' (Using
password: YES)
Naturally, I used real values for "dbname" and "username" above.
Not sure what the problem could be. Have only worked on CFMX for Windows in
the past.
Thanks in advance.
mysql -p --user=greg
Which then prompts me for password which I enter, then I'm in mysql.
-Greg
127.0.0.1 localhost machine_name
by default redhat puts the machine name first.
Old Code was
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
216.55.162.34 216-55-162-34.infopoint.co.ug
I have put new code as u said
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost
216.55.162.34 216-55-162-34.infopoint.co.ug
--
but sill I am getting error as below
Connection verification failed for data source: habariDNS
[]java.sql.SQLException: Invalid authorization specification: Access
denied for user: 'habar...@localhost.localdomain' (Using password:
YES)
The root cause was that: java.sql.SQLException: Invalid authorization
specification: Access denied for user: 'habar...@localhost.localdomain'
(Using password: YES)
I have restart web server and CF.
I am using Fedora Core I with Plesk 7.5.4
Please help me
Regards
Amin
anyone can give me solution for above error.......
PLEASE HELP ME..............
REG
AMIN
That is it & it will work fine
Amin