View Single Post
  #9  
Old 09-07-2004, 09:48 AM
molimo140
Hill Giant
 
Join Date: Dec 2003
Posts: 104
Default

Look for a file called my.ini (found in C:\) ..Delete this file

run winmysqladmin.exe (c:\mysql\bin)

the choose a username/pword screen should pop up...make a new one

Close it and run mysql.exe (c:\mysql\bin)

type

Code:
GRANT ALL PRIVILEGES ON * TO user@localhost IDENTIFIED BY 'pass' WITH GRANT OPTION;
Replace user w/ the new username you picked and pass with the new password you picked

that should fix the rejecting of your mysql username / pword.
__________________
Server-OP and host of Lord of the Rings [Legit-Custom] Server
Reply With Quote