View Single Post
  #8  
Old 05-30-2003, 10:17 AM
a_pond_sturgeon
Sarnak
 
Join Date: Apr 2003
Location: Spokane, Wa
Posts: 31
Default

Mysql 4.x runs fine....I had the same problem you did, searched around, and tried different things, then found the solution....try this, which I have posted on about 3 other topics:

Quote:
Originally Posted by a_pond_sturgeon
Make sure you have winmysqladim running first.

Then go to start, run, then type in "command" without quotes.

Then type in, without quotes: "c:\mysql\bin\mysql.exe --user=root eq" then press enter.

This should change the promt to mysql, then type as follows without quotes: "GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;"

That should do it, worked for me and others, search around and you'll find exactly what I just privided you with kk thx. Hope this helps, later....
Reply With Quote