View Single Post
  #3  
Old 11-25-2003, 07:05 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default

Are you getting a denial trying to do the grant all privileges? If so, start mysql like this:
Code:
mysql -u root -p
hit enter when it asks for password. Then run that grant command again. Let me know if that was the issue, I put it in the guide i'm writing and don't want it to be wrong right out the gate =b
Reply With Quote