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....
|