Posts Tagged ‘root password’

Login as a root from GUI | Ubuntu 10.04 LTS

Hello Friends, Is there question in your mind that How to Login as a root from GUI in Ubuntu 10.04 LTS Recent Release ? Read Following How to for your answer. Note :- It’s not at all Good to Login as root from GUI in any Linux Distribution. Login as a root from GUI can [...]

Share This Post
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Twitter
  • email
  • Reddit
  • RSS
  • Technorati
  • Yahoo! Buzz
Read the rest of this entry »

Change root password of MySQL

To Change root Password of mysql you can change it by using mysqladmin command. if you want to change or update root password then execute this command mysqladmin -u root -p’oldpassword’ password newpassword For example, If old password is tejas, and set new password to tejasbarot, enter: mysqladmin -u root -p’tejas’ password tejasbarot if you [...]

Share This Post
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Twitter
  • email
  • Reddit
  • RSS
  • Technorati
  • Yahoo! Buzz
Read the rest of this entry »