0
Where is the syntax error in this MySQL command -> update user set authentication_string=PASSWORD("") where User='root';
Am trying to change my settings but I keep getting stuck here! Inside PASSWORD("") brackets is double quotes without white space.
6 Respostas
+ 2
UPDATE mysql.user SET Password=PASSWORD('') WHERE User='root';
+ 1
Try to use '' instead of ""?!
+ 1
Programador Autodidacta did work?
0
CHERIEF Houcine Abdelkader , I tried it too. Same problemo!!!
0
Is there an attribute which is named User?
0
Maybe password() doesn't accept a empty string?!