View Single Post
  #4  
Old 02-07-2003, 04:57 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Ignore the winmysqladmin junk....


run mysql (from a dos window, cd c:\mysql\bin ; mysql )

mysql>

GRANT ALL PRIVILEGES ON *.* to userid@localhost IDENTIFIED BY 'password';

userid is whatever you set for your database id, password is the same..


Thats what ya need to do... Dont use % @ % identified by %

All I would need is your ip address then, and I could wipe out your databases...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote