21
bumperscoot
Re: Database Connection problem...

Ok all, I FIXED IT!

After a LONG battle with this issue, I finally found the issue, and it has to do with the OLD_PASSWORD directive...

I did this from the DOS command line...


........................................................

type MySQL -u root -p
-password: your-password(press enter)

mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('your_pass')
-> WHERE Host = 'localhost' AND User = 'root';
mysql> FLUSH PRIVILEGES;
mysql>\q


........................................................

Worked like a champ!!!



Steve

22
tedsmith
Re: Database Connection problem...
  • 2006/3/29 7:14

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


If I'd had seen your initial post I'd have saved you a tonne of time. Been there, done that, wrote the FAQ! - sorry.

https://xoops.org/modules/smartfaq/faq.php?faqid=483

Ted

23
bunnyyappi
Re: Database Connection problem...
  • 2006/4/8 4:43

  • bunnyyappi

  • Just popping in

  • Posts: 1

  • Since: 2006/4/8 4


I wish I saw your post earlier!!! This is exactly the problem that I had Spent 1+ hour on it~ It's a good idea to post it under FAQ

Login

Who's Online

260 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 260


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits