Apr 12, 2009 #1 P papa2 Newbie Spellweaver 10 Happy Years Joined Feb 9, 2009 Messages 11 Reaction score 0 To view the content, you need to sign in or register ↑ ↑ ↑ Error Update mysql Server ????:thumbdown::thumbdown: NOT
To view the content, you need to sign in or register ↑ ↑ ↑ Error Update mysql Server ????:thumbdown::thumbdown: NOT
Apr 12, 2009 #2 Fou Gilang Elite Diviner 10 Happy Years Joined Mar 3, 2008 Messages 408 Reaction score 16 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 Click to expand...
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 Click to expand...