OK this is a problem. I can't even get up and running because as soon as I set a root password I have problems.
I set a root password by doing the following in a command line:
E:/path/to/mysqladmin -u root password 'mypass'
That works fine, well at least it doesn't moan, shall we say. In fact it doesn't say anything.
But then if I try and CHANGE the root password, to check it's worked, it tells me it fails to connect or my access is deined. The code I'm using for that is:
E:/path/to/mysqladmin -u root -p mypass2
To be honest most things aren't working... I tried setting the root user password in PHPmyadmin instead, but after doing so, and going back to it, it says it's failed. Can anyone help?
Thanks in advance.
p.s. I did read something about it having a problem specifying between localhost and 127.0.0.1... don't know if that's relevent?