I have tried to add a new user with the following command line: GRANT ALL ON . TO user@localhost IDENTIFIED BY "pass" WITH GRANT OPTION
It works fine with my phpfiles and I can see the user in the usertable. After I shutdown my win2k machine and startup again it will not accept the password given. Its like that every time even after several attempts.
The user is still in the usertable but I get command "access denied..." error. Whats wrong?