MYSQL Error Version!!

Newbie Spellweaver
Joined
Feb 9, 2009
Messages
11
Reaction score
0

↑ ↑ ↑
Error Update mysql Server ????:thumbdown::thumbdown:
NOT
 
missing this?

GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' <-- after that press enter
IDENTIFIED BY 'root' WITH GRANT OPTION; <--- then press enter

UPDATE mysql.user
SET PASSWORD=OLD_PASSWORD('root')
WHERE USER='root'
AND HOST='localhost'; <--- press enter

Flush Privileges; <--- press enter
 
Back