Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

1045 : Access denied for user 'ODBC'@'localhost' (using password: NO)

Asked Modified Viewed 5,488 times
P
praiser
P
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello there

I have installed the newest version of PHP Fusion on my Apache 2 Webserver using PHP 4.4.2 and MySQL 5. At the installation page I enter the correct database information. When I click next, I get this error message:

Unable to establish connection to MySQL
1045 : Access denied for user 'ODBC'@'localhost' (using password: NO)

I have also set up an ODBC connection, but the PHP Fusion manual doesn't tell anything about it...

can you help me?
0 replies

2 posts

A
AusiMods
A
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Dont really matter what the error number is the text says it all
Unable to establish connection to MySQL
Sooo.. Allthough you asume you have the correct info the system disagrees.

Triple check your connection info.
Some systems add a prefix to the database name.
you ask for fusion but you get praiser_fusion

Hope that makes at least a little sense
0 replies
D
dr55
D
dr55 10
www.dr55.be
www.algerie-site.be
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

hello dear

go in folder phpmyadmin in your root local :D:\wamp\www\phpmyadmin inside you oppen file : config.inc.php with note pade and verify in this :
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '01234';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';     


juste look if pass word is inside like this exemple or no


;)
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet