hi ich habe einen fehler wenn ich das passwort ressetten will
--user=root mysql
update user set Password=PASSWORD('lapinolo') where user' at line 1
mysql> mysql --user=root mysql update user set Password=PASSWORD('qb123adp298Hbds') 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 'mysql --user=root mysql update user set Password=PASSWORD('qb123adp298Hbds') whe' at line 1
mysql> /h
-> help
->
-> /c
->
-> help;
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 '/h
help
/c
help' at line 1






