y0y0y0 Posted November 18, 2008 Share Posted November 18, 2008 I am following a video tutorial on how to set a password for Mysql. Here are the directions it gives me but I am getting an error. use mysql SET Password=PASSWORD<'blahblah66'> WHERE user='root'; 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 '<'blahblah66'> I just downloaded the newest version of WAMP, so that is what im using. Yes I'm new and have never done this. Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/133145-trying-to-set-up-user-and-password-for-first-time/ Share on other sites More sharing options...
trq Posted November 18, 2008 Share Posted November 18, 2008 SET Password=PASSWORD('blahblah66') WHERE user='root'; Link to comment https://forums.phpfreaks.com/topic/133145-trying-to-set-up-user-and-password-for-first-time/#findComment-692493 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.