Friday, December 5, 2008

Useful mysql stuff...

Here's a compilation of my day to day use of mysql related stuff...
  1. Resetting root password in mysql
    - Goto this page https://help.ubuntu.com/community/MysqlPasswordReset

  2. To give privileges to a certain user in mysql
    - grant all on *.* to username


No comments:

Post a Comment