I am following a course on lynda.com
First I had XAMPP, but I had some problems with it, and when the guy who was explaining everything used WAMP, I thought it was easier to just uninstall XAMPP and install WAMP.
So i did that, but the XAMPP installer said it was unable to uninstall the mysql directory.
In the course the guy is doing this:
mysql> UPDATE user
-> SET Password=PASSWORD<'OtlPHP07'>
-> WHERE user='root';
On his computer is says: Query OK, 1 row affected (0.00) sec etc.
I get the error: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'WHERE
user='root'' at line 3
What am I doing wrong?
I think Im having problems because I had a MYSQL before but not configured it right, now the XAMPP is still in my C:\ because of the MYSQL file in there.
Really don't know what to do now.