Let's Blog about IT
A blog about journey of a DevOps engineer
Friday, September 23, 2011
Linux - mySQL
Grant Remote Access
CREATE USER 'joe.soh'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'joe.soh'@'%' WITH GRANT OPTION;
update user set password=PASSWORD("NEW-PASSWORD-HERE") where User='tom';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment