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?

Little bug in config.php

Asked Modified Viewed 1,965 times
S
Shadt
S
Shadt 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Well, recently my friend tried to install php-fusion, and he got a error :

1045 : Access denied for user 'http'@'localhost' (using password: NIE)

his problem was that his pasword to mysql database begins with mark '$'
(for example password=$some_pass)
the solution was to change :

$db_pass="$some_pass";

to :

$db_pass='$some_pass';

also name of the user, or database could start with the mark '$'

Greetings !!!

PS. This is my 1 post on this site so don't scream on me ;)
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet