Originariamente inviato da Vincy85
scusate io ho istallato Mysql 5.0 ho provato a fare come scritto al primo post ma non ci riesco mi spiegate passo passo una guida for dummies per me proprio terra terra senza tecnici scentifici ehhe come si può fare l'update devo mettere qualche file in c:windows o c:system32 ? help
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14 to server version: 5.0.18-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> UPDATE mysql.user SET Password=OLD_PASSWORD('*******')
-> WHERE Host ='localhost' AND User ='root' ;
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0

mysql> FLUSH PRIVILEGES;
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 'FLUSH
PRIVILEGES' at line 2
mysql>

dov'è che sbaglio???