Posts Tagged ‘root’

Login as a root from GUI | Ubuntu 10.10 Maverick Meerkat

Hello Friends, Is there question in your mind that How to Login as a root from GUI in Ubuntu 10.10 Maverick Meerkat Latest 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 [...]

Read the rest of this entry »

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 [...]

Read the rest of this entry »

Login as a root from GUI Fedora 13

Hi Friends, Fedora 13 Beta is just released and I am posting solution for root lovers who like to login with root. Fedora 13 root login is exactly same like Fedora 12 root login. WARNING :- Its not at all good to login as root from GUI. It’ DANGEROUS. BUT if some one wants to [...]

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

Read the rest of this entry »