View Single Post
  #4  
Old 01-20-2002, 09:31 AM
lokidecat
Fire Beetle
 
Join Date: Jan 2002
Posts: 16
Default anotherfix

another fix for getting access denied was that brute force method (which i can't take credit for)

in mysql.exe
> grant all privileges on *.* to (name)@(server) idendified by (password);
Reply With Quote