Thread: MySQL Error
View Single Post
  #2  
Old 01-10-2004, 05:43 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

okay follow this to the exact:

open DOS
type in: cd\mysql\bin

mysql -u root mysql

grant all privileges on *.* to yourmysqlusernamehere@localhost identified by 'yourmysqlpasswordhere' with grant option;

create database eq;




and that should do it for you
Reply With Quote