View Single Post
  #2  
Old 03-19-2002, 01:50 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

open a dos window, go to c:/mysql/bin

type 'mysql'


enter

GRANT ALL PRIVILEGES ON eq.* TO username@localhost
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;

obviously, replace username with the name you have in your db.ini file, and password with the database password you want to use..

Cheers
Reply With Quote