Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysqladmin -u root password 'asdfghjkl'
- [client]
- password = asdfghjkl
- update user set password=PASSWORD("") where User='root';
- grant all privileges on *.* to 'root'@'localhost' identified by '';
- #> mysqladmin -u root password ''
Advertisement
Add Comment
Please, Sign In to add comment