View Single Post
  #8  
Old 12-22-2005, 06:59 PM
1Boppoom1's Avatar
1Boppoom1
Banned
 
Join Date: Nov 2004
Location: Lake Isabella
Posts: 90
Default

on your db.ini make sure there arn't any spaces after the username and password. I had that problem before, also you will get that error if your IP doesnt have access to the server.... did you run the following query?:
Code:
GRANT ALL PRIVILEGES ON *.* TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION;
make sure you change Username@localhost and Password to what you have in your db.ini.

not having access to your databse is kinda a major problem!!!
Reply With Quote